DanielCW
DanielCW

Reputation: 149

Highcharts how to create dot hover at end of line chart

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!

What I am trying to acomplish

Upvotes: 0

Views: 596

Answers (1)

Strikers
Strikers

Reputation: 4776

use marker. it will help you.

marker: {
    radius: 10,
    symbol:'url'
  }

here is a js fiddle that will help you.

http://jsfiddle.net/GJ64x/

hope this will be useful for you.

thanks

Upvotes: 3

Related Questions