systelab / systelab-charts

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

Bugfix-217: Allow disabling tooltip titles (Angular 17) #219

Closed joaquimvila closed 2 months ago

joaquimvila commented 2 months 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