novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.15k forks source link

Error bars for line charts #1975

Open letmaik opened 7 years ago

letmaik commented 7 years ago

It would be great to have the option to specify yErr for line charts as well in order to display error bars. Does that make sense? Is that easy to implement?

Like that: https://plot.ly/javascript/error-bars/

There is an implementation on SO: http://stackoverflow.com/questions/19822034/how-do-you-add-error-bars-to-line-graphs-in-nvd3-js-graphs

liquidpele commented 7 years ago

Dunno, have a go at it and send us a pull request if you get it working :)