Set datsets' name in a no-code template

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:

https://quickchart.io/chart/render/zm-0d1bfd35-ef72-4ade-929d-5c276af163a5?labels=one,two,three,four,five,six

The label1, label2, label3, … parameter will customize the dataset labels. For example:

https://quickchart.io/chart/render/zm-0d1bfd35-ef72-4ade-929d-5c276af163a5?labels=one,two,three,four,five,six&label1=Foo&label2=Bar

Hope this helps!

1 Like

perfect, thaht example solves my problem very well, thanks a lot