fix: chart rerenders on state updaet
This commit is contained in:
Родитель
76b3823bfd
Коммит
d092bf140a
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче