chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
64.72k stars 11.92k forks source link

Horizontal bar chart? #73

Closed adambundy closed 8 years ago

adambundy commented 11 years ago

Is it possible to create a horizontal bar chart with bars extending/animating from left to right?

melz commented 11 years ago

+1 for this feature. Really wanted to use this library but had to move on because it does not support horizontal bar charts...

mbuchetics commented 11 years ago

+1

serpent213 commented 11 years ago

+1

jriff commented 11 years ago

+1

turbosega commented 11 years ago

+1

teisman commented 11 years ago

+1

stephennancekivell commented 11 years ago

+1

michelreyes commented 11 years ago

+1

nnnick commented 11 years ago

On the roadmap ladies and gents.

ghost commented 11 years ago

+1

ashok-v commented 11 years ago

+1

skeletor00 commented 11 years ago

+1000

arabcoders commented 11 years ago

+1

joeldom commented 11 years ago

horz labels don't line up with bars

joeldom commented 11 years ago

option for horz labels to be inset over bars instead of outside

arnauddri commented 11 years ago

Is it possible to have a centered chart with negative values? As it is the chart doesnt work with negative values :(

johnnychq commented 11 years ago

+1

spirelli commented 11 years ago

Horizontal bar charts are absolutely necessary. Often labeling doesn't work well for certain sets of data in vertical charts.

chrisdrappier commented 11 years ago

+1

andrezimpel commented 11 years ago

+1

styledev commented 11 years ago

+1

matmasoni commented 11 years ago

+1

daryllxd commented 11 years ago

+1

ismaelga commented 11 years ago

+1

rezeau commented 10 years ago

+1

matmah commented 10 years ago

+1

ianbibby commented 10 years ago

+1

matheus commented 10 years ago

+1

jesiah-hackinglife commented 10 years ago

+1

jacking124 commented 10 years ago

+1

diedu89 commented 10 years ago

+1

ashx commented 10 years ago

+1

alfredooo commented 10 years ago

+1

balexandre commented 10 years ago

:+1:

nekaab commented 10 years ago

+1

manish2014 commented 10 years ago

Change Vertical bar to Horizontal bar chart using charting .js

manish2014 commented 10 years ago

Change Vertical bar to Horizontal bar chart using charting .js

We are using this code

var myLine = new Chart(document.getElementById("canvas").getContext("2d")).Bar(barChartData,{align:'h'});

Not working....

tony-o commented 10 years ago

+1

mmoyles87 commented 10 years ago

+1

rvanmarkus commented 10 years ago

+1

climaa commented 10 years ago

+1

dhilditch commented 10 years ago

+1

rickgoz commented 10 years ago

Nothing new about this ?

jaedb commented 10 years ago

+1

FVANCOP commented 10 years ago

I have implemented it (also horizontalStackedBar) in my personnal version that is also opened on GitHub.

https://github.com/FVANCOP/ChartNew.js

I have also a sample for a time table on http://www.favomo.be/graphjs/demo.html

samrueby commented 10 years ago

+1

Roblinde commented 10 years ago

+1

robwhelan commented 10 years ago

+1

Animaxx commented 10 years ago

+1024

stellis commented 10 years ago

Looks like the developer isn't active anymore. Good thing this is open source -- surely one of us can implement this feature.