You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to define this: labels: ['<a>2023-04-27</a>','<a>2023-04-27</a>'] (with real links but you get the point) and having links rendered as labels of the axis.
Actual Behaviour
Links are escaped before rendering:
You can see in devtools that the link part is considered as text (vs. HTML) within the svg text element:
Frappé Charts version: 1.6.2
The text was updated successfully, but these errors were encountered:
Note that the link is rendered as HTML within the tooltip but you cannot click it because the tooltip vanishes when you move from the point of the graph.
Expected Behaviour
I would like to be able to define this:
labels: ['<a>2023-04-27</a>','<a>2023-04-27</a>']
(with real links but you get the point) and having links rendered as labels of the axis.Actual Behaviour
Links are escaped before rendering:
You can see in devtools that the link part is considered as text (vs. HTML) within the svg text element:
Frappé Charts version: 1.6.2
The text was updated successfully, but these errors were encountered: