Modify inbuilt chart extension

Hi! I started working with the inbuilt native Chart and Chart2DData extensions and I like them, the only problem that I found is the presence of those big dots at each point in the line graph which affect the aspect of the graph in my vision, is there a way to remove them or to edit the native extension to remove them?

Not sure you can do it with the included chart component.

You can do it with highcharts ( there is also an extension and a few js demo)

You have to disable the line markers.

In the extension demo you can do it adding the last dictionary entry in the extraoptions as below ( that’s a global option, but you can do for each individual serie too )

I don’t like anything with webviewer…

Use a canvas to draw your chart, how you want it.

(Example - canvas: 350x350px)