Sign in to follow this  
winaim

Is Canvas Padding Supported In Zoom Line Chart?

Recommended Posts

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

 

 

post-28482-0-44339200-1368527534_thumb.png

Share this post


Link to post
Share on other sites

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this