How to zoom the chart drawn by canvas

use canvas to draw a chart, but how to implement an adaptive browser

Mar.02,2021

canvas's view and browser view ratio convert


listen to the onresize event of the browser, set the width and height of the container according to the size of the browser window, and redraw

.
Menu