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

Crosshair

Guides

Crosshair is a pointer represented by two mutually-crossing lines stretched over the entire chart plot. The crosshair helps a user identify values of the series points precisely. When enabled...; </Chart> ); } } export default App; For information about all properties of the crosshair and its labels, visit the crosshair section of the API reference

Overview

Guides

to true. Reorder and Delete Items You can also configure reordering and deletion of List items. Grouping Display items in a two-level hierarchy with groups. Use the groupTemplate option to customize group headers. Customize Item Appearance Use the itemTemplate property to customize the appearance of List items. Explore More Getting Started with List API Demos

dxPieChart series

Reference
Specifies properties for the series of the PieChart UI component.

component provides two series types - Pie and Doughnut. When you have a multi-series pie, settings that are common for all series can be specified all together. Use the commonSeriesSettings object to do... { // ... fill = { base: "#000000", fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxPieChart ... >

dxPieChart commonSeriesSettings

Reference
An object defining the configuration properties that are common for all series of the PieChart UI component.

;/dxi-series> </dx-pie-chart> // ... export class AppComponent { // ... fill = { base: "#000000", fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxPieChart ... > <DxSeries :color="fill" /> </DxPieChart> </template> <script> import DxPieChart, { DxSeries

Providing Data

Guides

be used in a data source for the VectorMap UI component. There are two approaches to using a binary source as a data source for VectorMap. Web Approach Node.js Approach Web Approach NOTE To use...; </head> </html> The referenced script contains the parse() method for parsing a binary source into the format supported by the VectorMap UI component. There are two possible ways