function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pushpendra SharmaPushpendra Sharma 

sunburst chart in salesforce

I was wondering if anyone can help me to create a sunburst chart in salesforce.
Jay Kumar PatilJay Kumar Patil
Hi Pushpendra, You can add custom css & javascript. D3(https://d3js.org/) is a very rich library for making charts check this link https://bl.ocks.org/kerryrodden/7090426 and pass json object in it Here is link for creating json https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_json_jsongenerator.htm Now you have to put some efforts in mergiging them. :) :)