a3045382 Report post Posted November 26, 2008 I have one problem have a graph where I have an information of the day Monday to Friday per month but in any of these days information does not exist and it(he,she) me cuts the lines but what I want that it(he,she) does is that if it(he,she) does not exist information follows(continues) the constant line and it(he,she) does not cut me. Share this post Link to post Share on other sites
Arindam Report post Posted November 27, 2008 Hi, Could you please use <chart> attribute - connectNullData='1' ? i.e <chart ..... connectNullData='1' .... > Share this post Link to post Share on other sites
DLS Report post Posted January 9, 2011 I can do it with resonable price. Please mail me in [email protected] Share this post Link to post Share on other sites
kathleenrueb Report post Posted June 12, 2015 Please check out this sample code given below: <chart showValues='0' connectNullData='1'> <set label='Jan' value='420' /> <set label='Feb' value='295' /> <set label='Mar' value='523' /> <set label='Apr' value='473' /> <set label='May' /> <set label='Jun' /> <set label='Jul' value='354' /> <set label='Aug' value='457' /> <set label='Sep' value='127' /> <set label='Oct' value='354' /> <set label='Nov' value='485' /> <set label='Dec' value='486' /> </chart> Hope it may help you. Share this post Link to post Share on other sites
Swarnam Report post Posted June 18, 2015 Thanks for sharing it. Share this post Link to post Share on other sites
Richard789 Report post Posted March 3, 2016 Thanks you for sharing this. Share this post Link to post Share on other sites