Sign in to follow this  
Deepthi

Zoom Line Chart

Recommended Posts

Hi,

 

Welcome to FusionCharts Forum! :)

 

Could you please specify which line you want to display as "dashed"?

 

For your information, you can set the value '1' for the attributes "divLineIsDashed" in the <chart> element to display dashed divisional lines and "dashed" in the <dataset> element to display the entire data-plot as dashed on the chart.

 

Also, the Vertical Trend Lines and the normal Trend lines can also be displayed as dashed lines setting the attribute "dashed" to '1' in the <vTrendLines> and <trendLines> elements respectively.

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi

 

This is the chart xml which i give.But in the series dashed line is not shown.

 

"<chart compactDataMode='1' connectNullData='1' divLineIsDashed='1' dataSeparator='|' caption='Business Result' xaxisname='Month' yaxisname='Revenue' showvalues='0' numberprefix='$'>

 

<categories>Jan|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec</categories>

 

<dataset seriesname='2006' dashed='1' anchorRadius='6' anchorSides='4' anchorBorderColor='0372AB' anchorBgColor='E1f5ff' color='FF5904'>4566|29600|32600|31800|</dataset>

 

<dataset seriesname='2006'>|||31800|35800|32800|48522|34800|24800</dataset>

 

</chart>"

 

post-10432-036505700 1290398394_thumb.jpg

Share this post


Link to post
Share on other sites

Hi,

 

We apologize for the inconvenience.

 

The ZoomLine chart does not support the attribute "dashed" in the <dataset> element, as of now. :)

 

We would rectify the typo in the documentation at our earliest.

 

Please feel free to revert in case you have any further queries.

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