The Waterfall Chart component for Retool Apps
A content area to display waterfall charts.
The Waterfall Chart component renders data as a series of steps with sequential positive and negative values. Waterfall Chart is useful for visualizing how incremental values contribute to a total.
Refer to the charts guide for more information on building charts.
Settings
Waterfall Chart includes the following configurable options when building apps in the IDE.
Chart typeShow on desktopShow on mobileLegend postitionMaintain space when hiddenMarginSeriesAlways show in edit modeStylesX-axisY-axis |
Properties
All properties for Waterfall Chart with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
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.
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
.
pluginType
The plugin type.
selectedPoints
A list of selected points.
Properties
0
The first series configuration and data.
showInEditor
Whether to remain visible in the editor if hidden
is true
.
showSecondYAxis
Whether to show the second Y-axis.
title
The text to display as a title.
Properties
lineWidth
The width of the line.
showGridLines
Whether to show grid lines on the axis.
showTickLabels
Whether to show tick labels on the x-axis.
showZeroLine
Whether to show the zero line on the x-axis.
tickFormat
The format of the axis tick labels.
Properties
lineWidth
The width of the line.
showGridLines
Whether to show grid lines on the axis.
showTickLabels
Whether to show tick labels on the x-axis.
showZeroLine
Whether to show the zero line on the x-axis.
tickFormat
The format of the axis tick labels.
Methods
JavaScript API methods for interacting with Waterfall Chart. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.
scrollIntoView
Scrolls the canvas or parent container so that the selected component appears in the visible area.
waterfallChart.scrollIntoView(scrollIntoViewOptions)
Parameters
scrollIntoViewOptions
The scroll options.
Properties
behavior
The scroll behavior.
Values
auto | Scroll immediately to the specified position. |
smooth | Scroll gradually to the specified position. |
block
The scroll position relative to the component.
Values
nearest | Scrolls only the minimum amount required for the component to appear in the visible area. Scrolling does not occur if the component is already in view. |
start | Scrolls to position the component at the top of the visible area. |
center | Scrolls to position the component in the middle of the visible area. |
end | Scrolls to position the component at the bottom of the visible area. |
setHidden
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
waterfallChart.setHidden(hidden)
Parameters
Events
Events are triggered by user interactions, such as clicking a button or entering a value. Use event handlers to trigger queries or other actions in response to events.
clear
The value is cleared.
hover
A chart is hovered over.
legendClick
A chart legend is clicked.
legendDoubleClick
A chart legend is double clicked.
select
A value is selected.
unhover
A chart is no longer hovered over.