Woo Seong Jo Report post Posted November 23, 2020 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
Srishti Jaiswal Report post Posted November 24, 2020 Hi, In FusionCharts, additional custom attributes are not support as of now. Please tell us the chart type you are using so that we can assist you further. Thanks, Srishti Jaiswal Share this post Link to post Share on other sites