Sign in to follow this  
saptarshi

line chart in scatter XY chart?

Recommended Posts

Hello,

 

 

 

I was wondering if one can draw a line chart within a XY chart. The idea would be to have tons of datapoint and the line chart is a calculated spline weighted by the nearest datapoints. The calculation would be done by the sever but it doesn't look like lines are possible in XY charts.

 

 

 

Just out of curiosity, it would help me with some research at my work.

Share this post


Link to post
Share on other sites

Hello,

 

 

 

It is possible to have a line in an XY chart.

 

 

 

Here is how:

 

 

 

1. Create a dataset that will define the line.

 

 

 

2. Now, set the drawLine='1' in the dataset element.

 

 

 

3. Then, set the transparencies of the anchors of this data series to zero by setting anchorAlpha='0'

 

 

 

You can also go through the example below to see how this can be done:

 

 

 

<dataset seriesName='Mean' color='009900' anchorSides='3' anchorRadius='4' anchorBgColor='D5FFD5' anchorBorderColor='009900' drawLine='1' anchorAlpha='0'>

 

<set y='2.4' x='21' />

 

<set y='3.5' x='32' />

 

<set y='2.5' x='43' />

 

<set y='4.1' x='48' />

 

<set y='3.5' x='50' />

 

<set y='4.6' x='56' />

 

<set y='4.8' x='59' />

 

<set y='4.9' x='73' />

 

<set y='4.6' x='89' />

 

<set y='4.2' x='93' />

 

</dataset>

 

 

 

Hope this helps you with your research work.

Share this post


Link to post
Share on other sites
Guest Angie

Dear User,

 

We are delighted to announce that PowerCharts is now ready for your iPads and iPhones too. We have just released PowerCharts v3.2. Starting v3.2, PowerCharts has HighCharts embedded within it, and offers both Flash and JavaScript (HTML5) charting . The Flash charts are displayed on a majority of devices and the JavaScript charts on devices that do not support Flash, all of it without writing a line of code.

 

Automatic rendering of JavaScript charts on devices (like iPad and iPhone) where Flash player is not supported.

 

5 new chart types:

 

Heat Map Chart

 

Box and Whisker Chart

 

Step Line Chart

 

Error Line Chart

 

Error Scatter Chart

 

 

* Support for JSON data format.

 

* Support for LinkedCharts, where a single data source controls multiple charts.

 

* Interactive legends in charts allow selective showing/hiding of data series.

 

* Legends now support icons for each data series.

 

* Better management of labels on charts.

 

* Labels now have an auto rendering mode to prevent them from overlapping, the chart selects the best display mode depending on the length of the labels and the width of the chart.

 

* Long labels are truncated, with ellipses appended to the truncated end of each label, and a tooltip bearing the completed label text is displayed when the user hovers over a truncated label.

 

* Support for line breaks and wrapping in all text elements including: caption, sub caption, X-axis title, Y-axis title, Labels and tooltips.

 

* In Line charts, data values can now be positioned either above or below the dataplots. Automatic positioning of data values is also supported.

 

* In Step-line charts dataplots can be joined using vertical lines.

 

* Custom alignment of caption and sub caption using STYLES.

 

* Advanced print management using JavaScript.

 

* Additional options for efficient event handling using JavaScript.

 

* Support for dynamic update of chart properties using JavaScript(barring select scatter and drag charts).

 

* Charts now support % based sizes along with dynamic resizing (barring select scatter and drag charts).

 

 

Learn more about everything new in PowerCharts v3.2 at : http:/ www.fusioncharts.com/PowerCharts/

 

We would love to hear from you at: http://www.fusioncharts.com/contact/

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