Forum Discussion
Markzolotoy
5 years agoImpactful Individual
Adding HighCharts as custom visual
I am working on adding HighCharts custom visual. A basic example is works fine. Here is chart's definition used in visual.ts: Highcharts.chart(optionMain.id, {
title: {
...
Markzolotoy
5 years agoImpactful Individual
But in my case I can provide the complete chart definition at runtime with colors and everything. Another words, the users will not use this custom visual for a normal chart design. Am I toally wrong?
- V-lianl-msft5 years agoCommunity Support
Hi Markzolotoy ,
If you are talking about static custom visual, you can only store the data in JSON.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Markzolotoy5 years agoImpactful Individual
Can you please elaborate?