The Stacked Bar Chart component for Retool Apps
A content area to display stacked bar charts.
The Stacked Bar Chart component renders data in vertical bars, with stacked segements representing different groups or subcategories. Stacked Bar Chart is useful for visualizing categorical data and comparing data across multiple groups.
Refer to the charts guide for more information on building charts.
Settings
Stacked Bar Chart includes the following configurable options when building apps in the IDE.
Bar gapBar group gapBar modeChart typeShow on desktopShow on mobileLegend postitionMaintain space when hiddenMarginSeriesAlways show in edit modeSummed stacks data label positionStylesX-axisY-axis |
Properties
All properties for Stacked Bar Chart with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
barGroupGap
The gap between bars in a group relative to the size of the bars. This can be a number between 0 and 1.
Values
bar | Bar Chart or Stacked Bar Chart. |
bubble | Bubble Chart. |
funnel | Funnel Chart. |
heatmap | Heat Map. |
line | Line Chart or Sparkline. |
mixed | Mixed Chart. |
pie | Pie Chart. |
plotlyJson | Plotly JSON Chart. |
sankey | Sankey Chart. |
scatter | Scatter Chart. |
line | Sparkline. |
sunburst | Sunburst Chart. |
treemap | Treemap. |
waterfall | Waterfall Chart. |
global
Whether the object is globally scoped for use in all app pages.
Whether the component is visible.
id
The unique identifier.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.
isHiddenOnMobile
Whether the component is visible in the mobile layout.
legendPosition
The position of the legend.
Values
bottom | Bottom. |
left | Left. |
none | None. |
right | Right. |
left | Top. |
linkColorArray
The link color scale for the chart, input as an array of colors.
linkColorArrayDropDown
The link color scale for the chart, manually selected.
linkColorInputMode
The input mode for the link color scale.
Values
colorArray | Color array. |
gradientColorArray | Gradient color array. |
colorArrayDropDown | Color array dropdown. |
linkGradientColorArray
The link color scale for the chart.
maintainSpaceWhenHidden
Whether the component takes up space on the canvas if hidden
is true
.