The ValueScale plugin allows you to customize the value scale and display multiple value scales.
Use the following statement to import the plugin:
import { ValueScale } from '@devexpress/dx-react-chart';| Name | Type | Default | Description |
|---|---|---|---|
| name? | string | The scale's name. | |
| factory? | () => ScaleObject | A function that constructs a custom scale. | |
| modifyDomain? | (domain: Array<any>) => Array<any> | A function that modifies the scale domain. |