yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

Plotting a threshold line on top of a bar chart #57

Closed adrianmcli closed 8 years ago

adrianmcli commented 8 years ago

Is it possible to use this library to make a chart similar to this:

bar chart with threshold line

Additionally, can I colour the bars differently depending on whether or not they are above the threshold line?

yang-wei commented 8 years ago

right now it's not possible.

If you need a complex chart like this, I recommend you to build it yourself while referring to our library

yang-wei commented 8 years ago

btw cool graph

adrianmcli commented 8 years ago

Thanks! I'll try it and maybe contribute if I end up make anything useful.