Essential Chart supports customizing the range of an axis by using range property of axis. This property has options to set the minimum, maximum and interval values of axis by using min, max and interval properties. The following code example illustrates the same. JS $("#container").ejChart({ primaryXAxis: { range: { min: 0, max: 11, interval: 2 } } }); The following screenshot displays the Chart with customized range in primary X axis. Figure 1: Chart with customized range in primary X axis JS Playground sample link: Axis Range Customization |
This page will automatically be redirected to the sign-in page in 10 seconds.
... found it! Simply by not setting them:
range:{min:0}