Multiline Chart resize

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?

Hi,

Chart checks data of all series for scale calculation. There is not an options to skip data of hidden series. You may consider logarithmic scale:

http://docs.webix.com/samples/08_chart/11_scale/04_logarithmic_y.html