WEB APP: "P8PChart" - удалён ненужный идентификатор холста

This commit is contained in:
Mikhail Chechnev 2023-10-20 15:12:05 +03:00
parent 14ef7ffb25
commit 361f2b8881

View File

@ -96,7 +96,7 @@ const P8PChart = ({ type, title, legendPosition, options, labels, datasets, onCl
//Генерация содержимого
return (
<div style={{ ...style }}>
<canvas id="myChart" ref={chartCanvasRef} />
<canvas ref={chartCanvasRef} />
</div>
);
};