user2514963
user2514963

Reputation: 156

Highchart line chart circle around datalabel

I'm plottting a highchart line graph with datalabel. Can I draw a circle around the datalabel? if no, is there any chart library that can do so?

Upvotes: 0

Views: 545

Answers (1)

Sebastian Bochan
Sebastian Bochan

Reputation: 37578

You can set borderRadius

borderRadius: 40

http://jsfiddle.net/sbochan/p6Ufv/

Upvotes: 1

Related Questions