1. fix check filters change logic (#4339)

2. should show chart after loading completed
This commit is contained in:
Grace Guo
2018-02-05 10:21:17 -08:00
committed by GitHub
parent ad212272d1
commit e965f95477
8 changed files with 177 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ export default function Loading(props) {
height: props.size,
padding: 0,
margin: 0,
position: 'absolute',
}}
/>
);