Hi everyone,
Is it possible to suppress the box with the legend which appears below the chart?
Thanks!
Suppress legend?
Re: Suppress legend?
You can remove the legend with:
myChart.setLegend(null);
Regards,
DG.
myChart.setLegend(null);
Regards,
DG.