Numeric Viewport
NumericViewport(min, max)
Prerequisites: [min] <= [max] When the chart type is bar, it is recommended to add distance before [min] and after [max]. The intent is to provide a starting and ending space.
Parameter | Data Type | Default | Description |
---|---|---|---|
min | num | required | The initial boundary of the domain axis |
max | num | required | Domain axis end limit |
| |