vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

Setting lineMode=connected #101

Open darashenka opened 10 years ago

darashenka commented 10 years ago

Is it possible to have lineMode=connected in graph-explorer?

Dieterbe commented 10 years ago

that's how it is now, although null values are rendered as 0, but that's due to an issue with flot. you probably want the null values to be interpolated between the known values?

darashenka commented 10 years ago

yes, interpolation is OK

darashenka commented 10 years ago

yes, interpolation is OK

darashenka commented 10 years ago

yes, interpolation is OK

Dieterbe commented 10 years ago

that would basically have to be a flot feature. seems like there's some work going on in that direction but nothing finished