It is possible to increase the mark associated with the value
Hello
It is possible to increase the mark associated with the value. Since it is very small. I have searched the parameter and I have not managed to increase its size
Thank you
kingofatoms Answered question
Hi Adolfobarraza,
You can enable custom API in the Advanced editor section.
Click on Advanced Editor (yellow icon) –> Go to Custom API tab –> Choose Custom template and try pasting the following code snippet and check if it helps.
{
plotOptions: {
series: {
marker: {
radius: 10
}
}
}
}
You can change the radius based on your requirement. Hope this helps.
Thanks,
Anoo
kingofatoms Answered question