Search results

ChartRangePadding API in React Chart API component

Defines the range padding of axis. They are

  • none - Padding cannot be applied to the axis.
  • normal - Padding is applied to the axis based on the range calculation.
  • additional - Interval of the axis is added as padding to the minimum and maximum values of the range.
  • round - Axis range is rounded to the nearest possible value divided by the interval.
  • Auto
  • None
  • Normal
  • Additional
  • Round