Woo Seong Jo

Add an uuid to data

Recommended Posts

Hi all, 

I'd like to add uuid to dataset in Fusioncharts as well as essential values like x, y, and others. For example, the data should be shown like below.

dataSource: { dataset: [
 {
        data: [
          {
            id: "36fa215d-68ef-4c19-ab09-b9871ec76d4b",
            x: "21",
            y: "1450"
          },
          ...
       

I tried to put an object with that key-value pair ( "id": "uuid"), but the id attribute is ignored, and other attributes such as x, y, z are included. 

Please, let me know how to assign an uuid to each data point. 

Thanks!

 

WS

 

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