data
The <data> tag defines a data set, that is, a set of series. It is possible to define one of the series as being the abscissa values, using the xSeries attribute:
<data xSeries="X_DS_C">
...
<series id="X_DS_C">
<valuesList>...</valuesList>
</series>
</data>
Published date: 05/24/2022
Last modified date: 02/24/2022