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?