Skip to main content

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.

ParameterData TypeDefaultDescription
minnumrequiredThe initial boundary of the domain axis
maxnumrequiredDomain axis end limit
null
NumericViewport(2, 4.5)

numericViewport_null

numericViewport