Allow custom options for charts

This commit is contained in:
Thomas Nordquist
2019-06-17 16:37:13 +02:00
parent 2296143883
commit 0f9c2cd36f
10 changed files with 367 additions and 39 deletions

View File

@@ -60,7 +60,7 @@ function ChartPanel(props: Props) {
))
return (
<div style={{ width: '100%', height: '100%', padding: '8px', borderTop: '1px solid #999' }}>
<div style={{ width: '100%', height: '100%', padding: '8px' }}>
<Grid container spacing={1}>
<TransitionGroup component={null} className="example">
{charts}