Closed joaquimvila closed 6 months ago
Added support for point annotations. This type of annotations are used to mark points on the chart area. They can be useful for highlighting values that are of interest.
This feature is provided by the chartjs-plugin-annotation (https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/types/point.html), thus this PR exposes through the systelab-charts library interface this functionality.
This pull request resolves issue #197.
This is required to display points on calibration charts.
Tested through local use of the updated package in a real project.
PR Details
Added support for point annotations. This type of annotations are used to mark points on the chart area. They can be useful for highlighting values that are of interest.
This feature is provided by the chartjs-plugin-annotation (https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/types/point.html), thus this PR exposes through the systelab-charts library interface this functionality.
Related Issue
This pull request resolves issue #197.
Motivation and Context
This is required to display points on calibration charts.
How Has This Been Tested
Tested through local use of the updated package in a real project.
Types of changes
Checklist