How to change shape of point series in canvas?

Hello.

Following example the stacked bar chart , I was able to draw below stacked bar chart in Canvas.

My next goal is to draw a line instead of point . Like below.

chart2

However, looking at the dev tools I was not able to find the class for point series it was to deep...

devtool

Is it possible to change the shape of the point shape of the series?

Thanks,
Yu

Hi @YuWatanabe
Unfortunately the current chart implementation use canvas instead of SVG so you will not be able to change the point to something else directly from CSS.

I can take a look if it's possible to achieve that in a different way if you can share the expression to you have used to display those points there.

@markov00

Thank you for the reply.
I reviewed with our team and looks like a circle is okay for now.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.