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