StackOverflowNewbie
StackOverflowNewbie

Reputation: 40653

HighCharts - display heart rate?

I'm new to HighCharts. Is it possible to use it to make a heart rate indicator (e.g. 100 beats per minute). I'm wondering if it's possible to modify this to do a heart rate indicator: http://www.highcharts.com/demo/dynamic-update

The odd thing about this example report is that the lines between the dots are not a straight line. I think for a hear rate indicator, it'll need to be straight?

Upvotes: 2

Views: 2403

Answers (1)

Strikers
Strikers

Reputation: 4776

the example you have provided is a spline chart. In the same chart instead of spline use a line chart

type: 'line' 

here is the example how it looks. http://jsfiddle.net/zz7pB/

hope this is what you are looking for

Upvotes: 1

Related Questions