Mekko()
Home > @gooddata/sdk-ui-charts > Mekko
Mekko() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Mekko (Marimekko) chart shows data as stacked columns whose widths are proportional to a measure.
Signature:
export declare function Mekko(props: IMekkoProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
Each column's width is driven by the width measure, its height by the height measure, columns are created from the view-by attribute, and segments come from the stack-by attribute.