Overview of sdk-ui-charts
Home > @gooddata/sdk-ui-charts
sdk-ui-charts package
This package provides a set of React-based chart visualizations that you can use to visualize your data.
Remarks
These include bar charts, pie charts, line charts, and more. For a table visualization, see the @gooddata/sdk-ui-pivot
package. For map-based charts, see the @gooddata/sdk-ui-geo
package.
Functions
Function |
Description |
---|---|
Area chart shows data as an area under a line intersecting dots. | |
Bar chart shows data in horizontal bars. | |
Bubble chart shows data as bubbles using Cartesian coordinates. | |
Bullet chart is a variation of a bar chart that displays performance of a measure (primary measure) and its progress towards a goal (target measure). | |
Column chart shows data in vertical columns. | |
Combo chart combines two types of visualizations, for example, a column chart and a line chart. | |
A dependency wheel is a type of flow diagram, where nodes are laid out in a circle, and links are drawn between them. This width of the link and size of the nodes are proportional to the flow quantity or weight of each link. | |
Donut chart shows data as proportional segments of a disc and has a hollowed out center. | |
A funnel chart displays values as progressively decreasing proportions. | |
Headline shows a single number or compares two numbers. You can display both measures and attributes. | |
Heatmap represents data as a matrix where individual values are represented as colors. Heatmaps can help you discover trends and understand complex datasets. | |
Line chart shows data as line-connected dots. | |
Pie chart shows data as proportional segments of a disc. | |
A pyramid chart displays values on top of each other, useful for example for showing hierarchies or workflows. | |
(BETA) | |
A Sankey diagram is a type of flow diagram, in which the width of the link between two nodes is shown proportionally to the flow quantity. | |
Scatter plot shows data as points using Cartesian coordinates. | |
Treemap chart presents your data hierarchically as nested rectangles. | |
Waterfall chart shows data as proportional segments of a disc. | |
(BETA) Xirr computes the Internal Rate of Return from the given measure and date dimension. |
Interfaces
Interface |
Description |
---|---|
Customize whether to display the axis name and if so, where relative to the axis it should be positioned. | |
Props for all bucket charts. | |
Defines callbacks to execute for different events. | |
(BETA) Forecast configuration | |
Chart config is used to customize visual aspects of the different charts. | |
Configuration options for color settings. | |
Props applicable for all charts | |
Configuration options for comparing values. | |
Indicates whether the continuous line for the missing value display or not on Area, Line, and Combo chart | |
(BETA) Customize behavior of the hyperlink display forms in the chart. | |
(BETA) Configuration for distinct point shapes feature. | |
(BETA) Forecast configuration | |
(BETA) | |
Configuration options for labeling conditions. | |
Chart orientation config | |
Locates all columns for an attribute or columns for particular attribute element. | |
Object defining the IRepeaterAttributeColumnLocator object body. | |
Object defining the IRepeaterAttributeColumnWidthItem object body. | |
(BETA) | |
Locates table column by column measure's localId. | |
Object defining the IRepeaterMeasureColumnLocator object body. | |
Object defining the IRepeaterMeasureColumnWidthItem object body. | |
(BETA) | |
Tooltip customization | |
(BETA) | |
(BETA) |
Variables
Variable |
Description |
---|---|
Maximum number of attributes for view-by slicing. |
Type Aliases
Type Alias |
Description |
---|---|
Position of the axis label relative to the axis. | |
Defines the calculation types for an algorithm. | |
Vertical chart alignment options. | |
(BETA) Image sizing configuration for the chart. | |
(BETA) Text wrapping configuration for the chart. | |
(BETA) Vertical alignment configuration for the chart. | |
(BETA) Possible types of the inline visualizations. | |
Available orientation positions. | |
(BETA) Row height configuration for the chart. | |
Comparison format type | |
Defines how the comparison value will be placed. | |
Data label visibility options. | |
Data points visibility options. | |
Callback to be called once the legend is rendered. | |
(BETA) Supported point shape symbols for distinct point shapes feature. | |
Available legend positions. | |