RackHD/on-web-ui

View on GitHub
src/app/canvas-graph/canvas-graph.component.html

Summary

Maintainability
Test Coverage
<canvas #mycanvas
  id='mycanvas'
  [width]='initSize.width'
  [height]='initSize.height' style="border: 2px solid #aaaaaa">
</canvas>