Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Bar Chart

Lim Yang Wei edited this page Jul 31, 2015 · 1 revision

WikiAPI ▸ [Chart Types](Chart Types) ▸ BarChart

rd3 Bar Chart

Starting from v0.3.2, we made Bar Chart into a multi-series chart (a stacked chart). So you can pass in props that is supported by Cartesian Chart as well. So it supports prop like legend(bool).

However if you want to achieve single-series chart for now, you can pass in a single series data. We're very sorry the inconvenience but a more high level API will be supported in the future to let you disable stacked chart.

Available Properties

Clone this wiki locally