hello i have this template which has 2 datasets and i want to past custom names for them in a multi-language app, but so far i can only change the chart titles, the axes an values, is there a way to customize the datasets’ labels
Hi @danyelcid,
The labels parameter will customize the data labels. Here’s an example with your chart:
The label1, label2, label3, … parameter will customize the dataset labels. For example:
Hope this helps!
1 Like
perfect, thaht example solves my problem very well, thanks a lot

