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.
Interfaces
Variables
Variable | Description |
---|---|
AreaChart | Area chart shows data as an area under a line intersecting dots. |
BarChart | Bar chart shows data in horizontal bars. |
BubbleChart | Bubble chart shows data as bubbles using Cartesian coordinates. |
BulletChart | 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). |
ColumnChart | Column chart shows data in vertical columns. |
ComboChart | Combo chart combines two types of visualizations, for example, a column chart and a line chart. |
DependencyWheelChart | 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. |
DonutChart | Donut chart shows data as proportional segments of a disc and has a hollowed out center. |
FunnelChart | A funnel chart displays values as progressively decreasing proportions. |
Headline | Headline shows a single number or compares two numbers. You can display both measures and attributes. |
Heatmap | Heatmap represents data as a matrix where individual values are represented as colors. Heatmaps can help you discover trends and understand complex datasets. |
LineChart | Line chart shows data as line-connected dots. |
PieChart | Pie chart shows data as proportional segments of a disc. |
PyramidChart | A pyramid chart displays values on top of each other, useful for example for showing hierarchies or workflows. |
Repeater | (BETA) |
SankeyChart | 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. |
ScatterPlot | Scatter plot shows data as points using Cartesian coordinates. |
Treemap | Treemap chart presents your data hierarchically as nested rectangles. |
ViewByAttributesLimit | Maximum number of attributes for view-by slicing. |
WaterfallChart | Waterfall chart shows data as proportional segments of a disc. |
Xirr | (BETA) Xirr computes the Internal Rate of Return from the given measure and date dimension. |
Type Aliases
Type Alias | Description |
---|---|
AxisNamePosition | Position of the axis label relative to the axis. |
CalculationType | Defines the calculation types for an algorithm. |
ChartAlignTypes | Vertical chart alignment options. |
ChartCellImageSizing | (BETA) Image sizing configuration for the chart. |
ChartCellTextWrapping | (BETA) Text wrapping configuration for the chart. |
ChartCellVerticalAlign | (BETA) Vertical alignment configuration for the chart. |
ChartInlineVisualizationType | (BETA) Possible types of the inline visualizations. |
ChartOrientationType | Available orientation positions. |
ChartRowHeight | (BETA) Row height configuration for the chart. |
ComparisonFormat | Comparison format type |
ComparisonPosition | Defines how the comparison value will be placed. |
IDataLabelsVisible | Data label visibility options. |
IDataPointsVisible | Data points visibility options. |
OnLegendReady | Callback to be called once the legend is rendered. |
PositionType | Available legend positions. |
RepeaterColumnLocator | |
RepeaterColumnResizedCallback | |
RepeaterColumnWidth | |
RepeaterColumnWidthItem | |
RepeaterDefaultColumnWidth |