c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Please add bullet chart type #1622

Open zheffie opened 8 years ago

zheffie commented 8 years ago

This would be super duper!

aendra-rininsland commented 8 years ago

Marking as a new chart idea and plugin candidate.

shibuya246 commented 7 years ago

Is there any way to achieve this currently? A much needed feature which has me looking at examples such as http://cmaurer.github.io/angularjs-nvd3-directives/bullet.chart.html

stephenlane commented 7 years ago

any update?

skrzepij commented 6 years ago

Any info about bullet chart?

stephenlane commented 6 years ago

I have implemented this in my current project using d3

johnny-dash commented 6 years ago

We do this chart 😭. Otherwise, we have to look for some other libraries.

Sysnando commented 5 years ago

Any update?

stephenlane commented 5 years ago

I created it using D3.js There are other libraries out there that will do this. What language are you developing in?

Sysnando commented 5 years ago

@stephenlane I'm already using C3.js from my project. For my case, as a turn around, I'm using a bar chart rotated with custom grid lines.