Neil Hawkins Report post Posted July 6, 2009 (edited) Is it possible to colour the area between vlines and make the area clickable to drill down into that specific time span? Also my label is no working I'd really appreciate help my xml: [ code ] <categories> <category label="Nov-01"/> <category label="Dec-01"/> <vLine label="Credit Widening" dashed="1" labelHAlign="center" labelVAlign="middle" labelPosition="0.5"/> <category label="Jan-02"/> <category label="Feb-02"/> <category label="Mar-02"/> <category label="Apr-02"/> <category label="May-02"/> <category label="Jun-02"/> <category label="Jul-02"/> <category label="Aug-02"/> <category label="Sep-02"/> <vLine dashed="1"/> <category label="Oct-02"/> <category label="Nov-02"/> <category label="Dec-02"/> <category label="Jan-03"/> <category label="Feb-03"/> <category label="Mar-03"/> <category label="Apr-03"/> <category label="May-03"/> <category label="Jun-03"/> <category label="Jul-03"/> ...etc </categories> [/ code ] the chart Edited July 6, 2009 by Guest Share this post Link to post Share on other sites
saptarshi Report post Posted July 7, 2009 Hello Neil, I am afraid, the feature you are asking for is not possible with the current version of FusionCharts. But we have taken note of your suggestion and have put it on our wishlist for our future versions. Share this post Link to post Share on other sites
Neil Hawkins Report post Posted July 7, 2009 Thankyou for your reply, I have been looking at trendzones is it possible to have a vertical area as a trend zone instead of vlines in a line chart? Sorry to pursue this but I have to provide something acceptable very soon... thanks again Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 7, 2009 Hello Neil, You could try using Vertical data separator lines and increase its width(thickness attribute) to apply it as a Trendzone. Ref: <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> <category label='Apr' /> <category label='May' /> <vLine color='FF5904' thickness='30' /> <category label='Jun' /> <category label='Jul' /> <category label='Aug' /> <category label='Sep' /> <category label='Oct' /> <category label='Nov' /> <category label='Dec' /> </categories> However, vLines are not meant for application as a trend zone. Thereby, the ends of the broadened vLines may appear to be akward. Thus this might not be the best workaround. But we have taken note of your suggestion and have put it on our wishlist for our future versions. I hope this helps. Share this post Link to post Share on other sites
Neil Hawkins Report post Posted July 7, 2009 I look forward to the future updates.... Many thanks for your advise Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 7, 2009 We are always happy to help. Share this post Link to post Share on other sites