dtale.dash_application.components package¶
Submodules¶
dtale.dash_application.components.Wordcloud module¶
-
class
dtale.dash_application.components.Wordcloud.
Wordcloud
(id=required, data=undefined, y=undefined, group=undefined, height=undefined, **kwargs)[source]¶ Bases:
dash.development.base_component.Component
A Wordcloud component. Wordcloud is a wrapper component for react-wordcloud usage by dash. It takes a property, data, containing a series of words and a series of weights and displays a wordcloud or group of wordclouds depending on whether a group value has been specified.
Keyword arguments: - id (string; required): The ID used to identify this component in Dash callbacks. - data (dict; optional): Server-side data containing words “data[group].x” and weights “data[group][y-prop]”. - y (list of strings; optional): List of properties to use as weights. - group (list of strings; optional): List of properties to use as groups. - height (number; default 400): Height of wordcloud in pixels (default: 400).
Module contents¶
-
class
dtale.dash_application.components.
Wordcloud
(id=required, data=undefined, y=undefined, group=undefined, height=undefined, **kwargs)[source]¶ Bases:
dash.development.base_component.Component
A Wordcloud component. Wordcloud is a wrapper component for react-wordcloud usage by dash. It takes a property, data, containing a series of words and a series of weights and displays a wordcloud or group of wordclouds depending on whether a group value has been specified.
Keyword arguments: - id (string; required): The ID used to identify this component in Dash callbacks. - data (dict; optional): Server-side data containing words “data[group].x” and weights “data[group][y-prop]”. - y (list of strings; optional): List of properties to use as weights. - group (list of strings; optional): List of properties to use as groups. - height (number; default 400): Height of wordcloud in pixels (default: 400).