We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39140cc commit 9583eddCopy full SHA for 9583edd
types/layout.d.ts
@@ -57,9 +57,9 @@ export interface LayoutItem {
57
*/
58
isHorizontal(): boolean;
59
/**
60
- * Takes two parameters: width and height. Returns size of item
+ * Takes two parameters: width and height.
61
* @param width
62
* @param height
63
64
- update(width: number, height: number, margins?: ChartArea): number;
+ update(width: number, height: number, margins?: ChartArea): void;
65
}
0 commit comments