Hi , I am using canvasjs Chart , i want to display Dataname with Legend color ,Click on Example,now i want 20 in red color legend,100 in blue color legend etc.
, what to do for that
This topic was modified 7 years ago by Rajesh Nangar.
Currently legend items are available only at data-series level – Pie, Doughnut, Funnel & Pyramid charts being exceptions where legends are supported at dataPoint level. You might try separating the dataPoints to different data series.
___
Suyash Singh
Team CanvasJS