Reference
Component Reference
Components
Quick Start
Chart Types Supported
Installation
Module Information
Last updated
Was this helpful?
Was this helpful?
<bx:chart title="My Chart" chartWidth="400" chartHeight="300">
<bx:chartseries type="pie" colorlist="FF6384,36A2EB,FFCE56">
<bx:chartdata item="Item 1" value="100">
<bx:chartdata item="Item 2" value="200">
<bx:chartdata item="Item 3" value="150">
</bx:chartseries>
</bx:chart>box install bx-charts