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: {
...
V-lianl-msft
5 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.
Markzolotoy
5 years agoImpactful Individual
Can you please elaborate?