I’m in the need of drawing charts in Obsidian. Mermaid charts don’t offer what I’m looking for. Now I’m playing around with the Charts Plugin. On its Github page it says: “Charts in Obsidian via Chart.js”. But if I try to apply Chart.js configurations they show no effect.
What I’m trying to do
I want to change how point elements are printed. By default point elements are circles.
Things I have tried
I added pointStyle: cross
to the chart but the circles still appear. And radius: 0
doesn’t work neither.
I’m afraid I’m missing something fundamental.