Adding following div
container over the canvas
solved the problem for me,
check the following:
<div class="chart-container" ng-show="graph.visible">
<canvas #myChart class="my-4" width="900" height="380"></canvas>
</div>
Adding following div
container over the canvas
solved the problem for me,
check the following:
<div class="chart-container" ng-show="graph.visible">
<canvas #myChart class="my-4" width="900" height="380"></canvas>
</div>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)