Module: app/zamestnanec/formular/[formId]/vysledek/toolbar-items/FrequencyVisualizationToolbarItem
Functions
default
▸ default(root0
): Element
Shows a button that opens a modal with a visualization of the frequency of values. The user may select any field from the data to visualize. The user may select from different chart types.
Parameters
Name | Type | Description |
---|---|---|
root0 | Object | Props for the component. |
root0.data | { [key: string] : LabeledDataValue ; }[] | Data to visualize. May be empty while the data is loading. |
root0.keyLabelMap | Object | Map of keys in data property of the submission to labels. |
Returns
Element