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 ,
Defining visualTransform will allow you to convert DataView into a view model your visual will use. IVisualHost is required because when defining individual data points, you will want to assign colors and selection to them.
Please refer to this sample.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.