kaiwachter

Scatter Point description

Recommended Posts

Hi Folks,

We are using the Scatter chart and we are specifying the value x and y.

From my perspective it makes no sense to display the y-Value if you activate the ShowValue='1' as you are x and y represent the Axis values it make even more sense to display a label at the point in the scatter.

<dataset seriesName='Hans Dampf' >

<set x='51672.2000' y='35636' toolText='root3' />

<set x='67775.9' y='46742' toolText='root1' />

<set x='17553.7' y='12106' toolText='Not Assigned Sold-to party (s)' />

</dataset>

The sample above explains the problem:

you have one series with 3 values in the scatter. Each value will be blue. Only if you move over the point you will see the description.

For normal charts this behaviour is correct but for scatter of bubble it is non-sense. And without a data table it is not possible to identify your points if you print the chart.

The <set..> must be enhanced like this:

<set x='67775.9' y='46742' label='Root1' showlabel='1' toolText='root1' />

Please provide a updated Scatter.swf

best regards

Kai

Kai

 

 

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