Add Bounds field to Chart.js CommonAxe

This commit is contained in:
Simon Podlipsky
2018-06-08 16:58:30 +02:00
parent ebadb7272e
commit abeaf1be7f

View File

@@ -506,6 +506,7 @@ declare namespace Chart {
}
interface CommonAxe {
bounds?: string;
type?: ScaleType | string;
display?: boolean;
id?: string;