Search results

IntervalType API in React Chart API component

Defines the interval type of datetime axis. They are

  • auto - Define the interval of the axis based on data.
  • years - Define the interval of the axis in years.
  • months - Define the interval of the axis in months.
  • days - Define the interval of the axis in days.
  • hours - Define the interval of the axis in hours.
  • minutes - Define the interval of the axis in minutes.
  • Auto
  • Years
  • Months
  • Days
  • Hours
  • Minutes
  • Seconds