[Feature] Add a label or description field to Calendar coordinate system #20748
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
What problem does this feature solve?
Hi,
it seems that currently the "calendar" coordinate system doesn't support any field to add a string to a date on a chart. This could be useful to add memos or notes to specific dates on the tooltip of charts like: scatter, effectScatter and graph,
What does the proposed API look like?
Currenlty in Calendar.ts this dimensions are specified:
`
`
My proposal is to add a 'tooltip' or 'description' field to the data/dataset. This is a example of how should it be defined:
data: [['2025-01-01', 300, 'String']]
The text was updated successfully, but these errors were encountered: