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
Jose Ramon Huerga AyusoJose Ramon Huerga Ayuso 

Wave Analytics - Custom chart type ?

Hi guys,

I am reading again and again the Wave Analytics Dashboard JSON Guide ( https://resources.docs.salesforce.com/sfdc/pdf/bi_dev_guide_json.pdf) because my customer wants to visualize information using "scatter" as chart type, but with some improvements: he wants to display the label of the measure near the dot (and not in the legend), join some points if they belong to the same category, etc.

I am thinking about the possibility of creating a new custom chart type, but it seems that the parameter visualizationType only accepts some fixed values ( calheatmap, comparisontable, hbar, hdot, etc) but not a custom type. Besides, I have not found any link explaining how to modify an existing chart type.

Any ideas ? 

Thank you.

 
Jay Kumar PatilJay Kumar Patil
Hi Jose, Try https://d3js.org/ may it help. For Customization https://plot.ly/javascript/line-and-scatter/
Jay Kumar PatilJay Kumar Patil
This is not your solution, i tried to delete it but it is not deleting there are some issue, these are the javascript library for complete customization
Marketing Cloud ConnectMarketing Cloud Connect
@Jay Kumar Patil. Is it possible to integrate d3 viausliazations in Wave Analytics ?