Sign in to follow this  
nevali

Bubble Chart , Chart Data

Recommended Posts

Hi ,

 

When I try to get the chart data(getDataAsCSV()) of the bubble chart ,I am seeing labels as x,y,z but I want the labels to be the <xAxisName>,<yAxisName>,<zAxisName>.

How can I get the csv data as I required.

 

Below mentioned is the sample chart data of the bubble chart

 

"Series","x","y","z"

"","0","10","11"

"","0","0","6"

"","0","0","3"

"","7.14","7.14","15"

Share this post


Link to post
Share on other sites

Hi ,

 

When I try to get the chart data(getDataAsCSV()) of the bubble chart ,I am seeing labels as x,y,z but I want the labels to be the <xAxisName>,<yAxisName>,<zAxisName>.

How can I get the csv data as I required.

 

Below mentioned is the sample chart data of the bubble chart

 

"Series","x","y","z"

"","0","10","11"

"","0","0","6"

"","0","0","3"

"","7.14","7.14","15"

 

 

Is this possible ,if not is there any workaround for this?

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Could you please elaborate your query a bit more?

 

I am afraid, we are unable to understand your question.

 

It would be helpful for us, if you can send a screenshot or any live link of your requirement.

 

Awaiting for your response.

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