fix: chart rerenders on state updaet

This commit is contained in:
Vladimir Iliev 2020-04-28 10:39:37 +03:00
Родитель 76b3823bfd
Коммит d092bf140a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ export const Chart = (props) => {
};
return (
<KendoChart style={{ height: 350 }}>
<KendoChart style={{ height: 350 }} onRefresh={() => null}>
<ChartLegend position="bottom" orientation="horizontal" background={'#f4f5f8'} padding={{ left: 80 }} labels={{padding: { right: 80 }}}/>
<ChartTooltip render={ChartTooltipRender} />
<ChartSeries>