Updating two values in the same argument (ECHARTS)
I need to update two arguments inside series.data
, the name
and the value
. The problem is that I can’t separate this update in a formal way. I even manage to do it, for example, by creating another echarts leaving the rest of the chart invisible and leaving only one argument in this new series.