Unanswered: How to prevent a 2nd line in a multiline chart from extending off the viewable area
Unanswered: How to prevent a 2nd line in a multiline chart from extending off the viewable area
I have a multiline chart which it's x axis is based on time and it's y axis is based off of calculations performed. The first line is the total calculations per hour. The 2nd line is the average calculations per hour. Occasionally the calculations will spike drastically causing it to be much larger than the average line. When this happens, the larger line will extend off the viewable area of the chart. Is there a way to force the chart scale according to the larger line so that all results can be viewed?
I have had issues with the chart handling this myself. I turned to loading the store and then creating the chart after the store has loaded. Haven't tried it in 4.1 or 4.2 tho.