Hi All,
I'm trying to display a point (literally as you can see in the below image, the points/dots are in red) into the chart on each different set of data. Is there a way to do this? Also i need to change the color of the line but i did not find like a property to do this.
Thanks in advance, regards.
Hi Reynaldo,
On Preparation use the AdvancedFormat_Init action from Charts to define HighchartsJSON. Paste de bellow code in its editor.
After that, use the output parameter of AdvancedFormat_Init in AdvancedFormat of your chart in the page.
SyntaxEditor Code Snippet
"plotOptions: { series: { marker: { enabled: true } } }"
I hope helped you!
Regards,
Maycon Silva
Maycon Silva wrote:
Awesome, this works perfectly!! Thanks for your help.
Reynaldo,
If you have questions, take a look at HighCharts Documentation. Especially plotOptions.line.marker.