Updated examples and package

This commit is contained in:
2021-11-11 16:31:59 +07:00
parent ab50c04230
commit 24d3fe60f4
3 changed files with 2 additions and 4 deletions

View File

@@ -18,8 +18,6 @@ function LineChartExample(props: any) {
],
},
}}
containerProps={null}
canvasProps={null}
/>
);
}