Horizontal bar chart using ng2 charts in angular2

I am new to using ng2 charts and I wanted to know if it is possible to have a horizontal bar chart? I only see the vertical bar graph, but I'm not sure if it can be changed to include a horizontal bar graph. How far can I customize a histogram in ng2 charts?

+3


source to share


1 answer


For those wondering the same thing, I looked through the documentation for chart.js

and could only find a change in the type of histogram in the horizontalBar.public barChartType: string = 'horizontalBar';



+1


source







All Articles