Skip to content

Commit c8c98d3

Browse files
authored
Update chart-property-mixin.js
1 parent adfa4c6 commit c8c98d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart-property-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const ChartPropertyMixin = function(superClass) {
3636

3737
render() {
3838
return html`
39-
<canvas id="canvas"></canvas>
39+
<div style="height:100%"><canvas id="canvas"></canvas></div>
4040
`;
4141
}
4242

0 commit comments

Comments
 (0)