systelab / systelab-charts

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

Bugfix-217: Allow disabling titles of tooltips #218

Closed joaquimvila closed 1 month ago

joaquimvila commented 1 month ago

PR Details

Added new enabled property to tooltip.title configuration object to allow disabling titles of tooltips. Updated also default behavior to have tooltip titles disabled.

Related Issue

This pull request resolves issue #217.

Motivation and Context

This is required to polish the tooltips needed for certain calibration charts, that don't require a title on the tooltip and there's no way to disable it.

How Has This Been Tested

Tested through an updated example of the showcase.

Types of changes

Checklist