Reputation: 149
I have a line chart that has no interactivity and needs to have the final data point mimic the hover circle dot of the color of the line.
Image should show what I am trying to get after - how can you do this?
Thanks, Daniel!
Upvotes: 0
Views: 596
Reputation: 4776
use marker. it will help you.
marker: {
radius: 10,
symbol:'url'
}
here is a js fiddle that will help you.
hope this will be useful for you.
thanks
Upvotes: 3