Chart
Summary
Syntax
<bx:chart
title="string"
chartWidth="number"
chartHeight="number"
backgroundColor="string"
showLegend="boolean"
[additional attributes...]>
<bx:chartseries type="pie|bar|line|...">
<bx:chartdata item="string" value="number">
<!-- additional chartdata components -->
</bx:chartseries>
<!-- additional chartseries components -->
</bx:chart>Attributes
Core Attributes
Attribute
Type
Required
Default
Description
Responsive Attributes
Attribute
Type
Required
Default
Description
Styling Attributes
Attribute
Type
Required
Default
Description
Axis Configuration
Attribute
Type
Required
Default
Description
Display Options
Attribute
Type
Required
Default
Description
Advanced Options
Attribute
Type
Required
Default
Description
Legacy/Not Implemented Attributes
Attribute
Type
Required
Default
Description
Examples
Basic Pie Chart
Stacked Bar Chart with Styling
Responsive Line Chart
Notes
Related Components
Last updated
Was this helpful?
