Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010
- All Results 1000
- Guides 332
- Reference 668
- Technical Demos
- Support Center
dxFunnel item
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
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
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
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
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