Hi
My question is related to the topic https://forum.dhtmlx.com/t/dhtmlx-charts-legend-format/72528, which unfortunately remained unanswered.
I’m trying to setup the area chart and I have a problem with the chart’s legend. Is there any way to change the texts in the legend? In all the examples I have seen so far, the texts are taken directly from the data keys like “Company A”, “Company B” etc. This is extremely unpractical, because in my case, the legend text should be name of a project, which:
- might be very long = the data keys would be very long too and are repeated many times in the data json,
- might not be unique - it is a project name after all and as such is chosen by the users of my system. However if they are used as a keys of an object, this is a real problem.
If there would be some way how to change or configure the texts of the legend (even manually), I could use for example a project id for the data keys (= always unique) and use the project name only for the legend.
Thank you very much
Ondrej