morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.92k stars 1.23k forks source link

Drawing straight horizontal line #767

Closed terhoraj closed 6 years ago

terhoraj commented 6 years ago

Is it possible to draw horizontal line in a way as my example image is showing? I am looking to show limits on a specific value.

line

pierresh commented 6 years ago

Hello,

Yes, you can set the goals in the options of the chart. You can read more about it in the help: http://morrisjs.github.io/morris.js/lines.html

terhoraj commented 6 years ago

I seriously need glasses since I didn't notice this. So it's called "goals"

Oh yeah and thank you very much for fast response and help!