systelab / systelab-charts

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

Allow disabling title of tooltips #217

Closed joaquimvila closed 2 months ago

joaquimvila commented 2 months ago

When having tooltips enabled, it is not possible to disable the title that it is added to them. In fact, it automatically takes the corresponding label value, but this can be removed in any way.

Thus, the desired resolution of this issue would be adding an enabled property to the title object for chart tooltips configuration. Moreover, the default behavior (when this property is not defined) should be about not having the titles enabled.

joaquimvila commented 2 months ago

Resolved after merging previous PRs