ValueScale Plugin Reference

The ValueScale plugin allows you to customize the value scale and display multiple value scales.

Import

Use the following statement to import the plugin:

import { ValueScale } from '@devexpress/dx-react-chart';

User Reference

Properties

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.