tomjon / piSpecMon

Raspberry Pi scanner controller
GNU General Public License v2.0
1 stars 0 forks source link

Use <canvas> element for drawing waterfall chart #41

Closed tomjon closed 7 years ago

tomjon commented 7 years ago

Browsers can be slow to render the matrix of SVG rectangles making up the waterfall chart. Use a element instead of the rectangles (will still need SVG for the axes). Canvas can be made to scale along with the SVG.

tomjon commented 7 years ago

#41 Use <canvas> element for drawing waterfall chart