WEB APP: "P8PChart" - удалён ненужный идентификатор холста
This commit is contained in:
parent
14ef7ffb25
commit
361f2b8881
@ -96,7 +96,7 @@ const P8PChart = ({ type, title, legendPosition, options, labels, datasets, onCl
|
|||||||
//Генерация содержимого
|
//Генерация содержимого
|
||||||
return (
|
return (
|
||||||
<div style={{ ...style }}>
|
<div style={{ ...style }}>
|
||||||
<canvas id="myChart" ref={chartCanvasRef} />
|
<canvas ref={chartCanvasRef} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user