Closed joaquimvila closed 3 months ago
Chart.js library offers the possibility to create scatter charts, where points are defined by X and Y values. See https://www.chartjs.org/docs/latest/charts/scatter.html for more details.
However, systelab-charts library doesn't have any interface that allows using this type of charts. Thus, this issue is about extending the interface provided by this library to allow them.
Closed after merging related PRs
Chart.js library offers the possibility to create scatter charts, where points are defined by X and Y values. See https://www.chartjs.org/docs/latest/charts/scatter.html for more details.
However, systelab-charts library doesn't have any interface that allows using this type of charts. Thus, this issue is about extending the interface provided by this library to allow them.