systelab / systelab-charts

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

Feature 214: Add support for scatter charts #215

Closed joaquimvila closed 2 months ago

joaquimvila commented 3 months ago

PR Details

Added support for scatter charts. This type of charts are used to draw points defined by X and Y on the chart area.

This feature is provided directly by the underlying ChartJS library: https://www.chartjs.org/docs/latest/charts/scatter.html

Related Issue

This pull request resolves issue #214.

Motivation and Context

This is required to display calibration charts, which include a curve that represents the mapping with 2 numerical units.

How Has This Been Tested

Tested through new examples added into the showcase.

Types of changes

Checklist