Is it possible to create horizontal bar chart ? If not, is it planned for future release?
Bar charts can be used by adjusting the "chartType" option within your baseChart canvas.
<canvas baseChart
[datasets]="data"
[labels]="label"
chartType="horizontalBar">
</canvas>
Its working. Thanks.
Most helpful comment
Bar charts can be used by adjusting the "chartType" option within your baseChart canvas.