Hi,
i have a multiline (multi-series) Chart.
After adding all series i hid them all with (.hideSeries function).
Then i “show” (showSeries function) the series one by one manually.
The result is this:
http://imgur.com/AKwH3JV
The question is how do i “resize/regenerate” the Chart based only on “shown” lines. Because as you can see all the lines are almost at the bottom of the chart because of one “hidden” line(serie) that has high values. Is this possible?