Hello,
I want to do a chart with many seriesGroups (spline, column range, scatter). The data is coming from various csv files (1 for each day). I have a calendar widget so the user selects a date and redefines the url attribute against the right csv file. So far so good, works fine. My issue is that I want all of my seriesGroups to share the same valueAxis. I cannot set minValue, maxValue nor unitInterval as my data varies considerably for each csv file I have. Setting it to “auto” doesn’t work, it need to be perfectly aligned. It looks like each seriesGroups automatically defines a new axis.. can we force them to use the same one? Thanks!