Skip to content

Commit

Permalink
Add test for issue 9085 (#9091)
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed May 14, 2021
1 parent 953b23b commit 927f24a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions types/tests/scales/chart_options.ts
@@ -0,0 +1,12 @@
import { ChartOptions } from '../../index.esm';

const chartOptions: ChartOptions<'line'> = {
scales: {
x: {
type: 'time',
time: {
unit: 'year'
}
},
}
};

0 comments on commit 927f24a

Please sign in to comment.