Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010

dxFunnel item

Reference
Configures funnel items' appearance.

border Configures a funnel item's border. hoverStyle Configures a funnel item's appearance when a user presses the item or hovers the mouse pointer over it. See Also hoverEnabled selectionStyle Configures a funnel item's appearance when a user selects it. NOTE Though not provided out of the box, the selection capability can be implemented using the UI component's API. Refer

dxFunnel item selectionStyle

Reference
Configures a funnel item's appearance when a user selects it.

NOTE Though not provided out of the box, the selection capability can be implemented using the UI component's API. Refer to the onItemClick property for details. border Configures a funnel item's border appearance when a user selects this item. hatching Applies hatching to a selected funnel item. Hatching fills a funnel item with parallel diagonal lines.

grids StateStoring

Reference
Configures state storing.

customLoad Specifies a function that is executed on state loading. Applies only if the type is 'custom'. customSave Specifies a function that is executed on state change. Applies only if the type...

Bi-Directional Bar Chart

Guides

In a bi-directional bar chart, two sets of bars "grow" from the axis in the center in two opposite directions. This chart can be used to compare two values side by side. This article describes the main steps to implement a bi-directional bar chart using the Chart UI component. View Demo Prepare Data To prepare data for the bi-directional bar chart, convert one of the two

dxVectorMap Configuration

Reference
An object that specifies configuration properties for the UI component.

of the center for a map. By default, the map in the UI component is centered on the (0, 0) point. If you need to center the map on a different geographical point, assign an array of two values... (e) { this.vectorMapInstance = e.component; } } Vue App.vue (Options API)App.vue (Composition API) <template> <div> <DxVectorMap ... @initialized