forked from CITKParus/P8-Panels
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 (
|
||||
<div style={{ ...style }}>
|
||||
<canvas id="myChart" ref={chartCanvasRef} />
|
||||
<canvas ref={chartCanvasRef} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user