dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.43k stars 1.8k forks source link

Add Bullet chart to core dc.js library #1257

Open ghost opened 7 years ago

ghost commented 7 years ago

Add Bullet chart to core dc.js library http://dc-js.github.io/dc.js/docs/html/

Reference: http://nvd3.org/examples/bullet.html

gordonwoodhull commented 7 years ago

There are two very different implementations of this in PRs #692 and #923. Again, they need tests to be merged. I am somewhat more inclined toward #923 because it is based on the d3-plugin instead of making the bar chart more complicated.