Column Chart. How do I add a constant to a line(horizontal line), for example "average"?
Printable View
Column Chart. How do I add a constant to a line(horizontal line), for example "average"?
You would create a 2nd series (line) that would draw the line based on the average of the bars. You will need to calc the values for the line series and use that store to draw the line.
Scott.
I just created a chart plugin extension that allows for you to include threshold lines and ranges into cartesian series charts
Thought it might interest you.
http://www.sencha.com/forum/showthre...rtesian-Charts
Very cool.. thanks for sharing.
Scott