systelab / systelab-charts

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

Feature 197 - Add support for point annotations #198

Closed joaquimvila closed 6 months ago

joaquimvila commented 6 months ago

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