Closed
Description
According to the migration/documentation of ChartJs 3 there should be a static property "defaults" on the "Chart" class, but this is not defined in Typescript (tried in beta7 / beta8)? Is there a typings problem?
import { Chart } from 'chart.js';
Chart.defaults.defaultFontFamily = 'Open Sans'; // --> "defaults" ist not available