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
Just to clarify. This visual is not to replace native Power BI charts meaning I don't need fully functional interactive UI for this chart. The visual is to show specific Highcharts chart in paginated reports. Both chart definition and data can be provided at the runtime if that is the way to go. Please provide your thoughts.