Added zoom in/out buttons

This commit is contained in:
Przemek Wiech
2020-03-16 17:45:36 +01:00
parent 09e8d19c7a
commit 9e37659288
3 changed files with 77 additions and 8 deletions

View File

@@ -541,7 +541,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
onDismiss={this.onDismissErrorPopup}
/>
{this.state.loadingMore ? (
<Loader active inline size="small" />
<Loader active size="small" className="loading-more" />
) : null}
<Chart
data={this.state.data.chartData}