ravi_1143 Report post Posted January 27, 2008 How to draw vertical lines in chart, and even need to highlight the intersection point of vertical line with the graph Share this post Link to post Share on other sites
ravi_1143 Report post Posted January 27, 2008 using vline in between categories we can diplay the vertical line as below <chart caption='Monthly Revenue' xAxisName='Month' yAxisName='Revenue' numberPrefix='$' showValues='0'> <set label='Oct' value='420000' /> <set label='Nov' value='910000' /> <set label='Dec' value='680000' />[b][font=" 'Courier New'"] <vLine/>[/font][/b] <set label='Jan' value='720000' /> <set label='Feb' value='810000' /> <set label='Mar' value='510000' />[/Code]The vertical line appears in between the x-axis elements Dec and Jan, but we need it to display on selected x-axis elements. and the intersection points to be higlighted Share this post Link to post Share on other sites
Pallav Report post Posted January 28, 2008 I'm afraid currently you cannot do that using FusionCharts. Share this post Link to post Share on other sites
keegan Report post Posted January 29, 2008 If vertical lines can't be shown, is it possible to have alternating colored gridlines, as in the Y axis? For example, I have a line graph that shows cpu loads across a date range, usually 2 weeks. If i could somehow juxtapose week 1 versus week 2, without having to use a multi series line graph, that would be cool. Actually, I think I just answered my own question -- I can change the color of a line halfway through the graph, I might do that. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 26, 2009 Heylo Keegan, Glad you figured it out. Happy FusionCharting. Share this post Link to post Share on other sites