package chartjs

  1. Overview
  2. Docs

The distribution property controls the data distribution along the scale: linear: data are spread according to their time (distances can vary) series: data are spread at the same distance from each other

The bounds property controls the scale boundary strategy (bypassed by min/max time options). data: makes sure data are fully visible, labels outside are removed ticks: makes sure ticks are fully visible, data outside are truncated