winaim Report post Posted May 14, 2013 Hi FusionChartsTeam, I want to know, is canvas padding supported in Zoom Line Chart? Like Line Charts if no then tell me how to handle the situation where data plot is appearing on x axis. Please refer attached Screen shots of zoom line chart. Please Help me, Thanks Dinesh Share this post Link to post Share on other sites
Sanjukta Report post Posted May 14, 2013 Hi FusionChartsTeam, I want to know, is canvas padding supported in Zoom Line Chart? Like Line Charts if no then tell me how to handle the situation where data plot is appearing on x axis. Please refer attached Screen shots of zoom line chart. Please Help me, Thanks Dinesh Hi, Please note that "canvasPadding" attribute is not supported in the ZoomLine chart, as there is a scope of zooming in every level and the representation would not be correct with a padding. Could you please specify this point a bit elaborate so that we can assist you? if no then tell me how to handle the situation where data plot is appearing on x axis. Awaiting your reply. Share this post Link to post Share on other sites
winaim Report post Posted May 15, 2013 If you see the attached screen short ,i marked a circle where red and green line touching y axis,where i want space between start line and Y axis. Share this post Link to post Share on other sites
Swarnam Report post Posted May 16, 2013 Hey Dinesh, Can you try adding an empty category and set element as the first element? Ref. Code: <chart compactDataMode='1' dataSeparator='|'> <categories>|Label 1|Label 2...............</categories> <dataset seriesName='Series 1'>|182|236|.......</dataset> <dataset seriesName='Series 2'>|184|170|450.........</dataset> </chart> Hope this helps. Share this post Link to post Share on other sites