systelab / systelab-charts

Systelab Angular Chart services
MIT License
0 stars 1 forks source link

Add support for scatter charts #214

Closed joaquimvila closed 3 months ago

joaquimvila commented 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.

joaquimvila commented 3 months ago

Closed after merging related PRs