UNPKG

chart.js

Version:

Simple HTML5 charts using the canvas element.

13 lines (11 loc) 192 B
import { ChartOptions } from '../../index.esm'; const chartOptions: ChartOptions<'line'> = { scales: { x: { type: 'time', time: { unit: 'year' } }, } };