I created a little game in Canvas, but I have a problem. Some users who have the default zoom set to something other than 100% can\'t see the entire game page.
I ha
i'd try both solution but the following is seems to be a bug in echarts which lead to cursor deviated.
document.body.style.zoom = 1.25; // work but not to be expected.
i wonder if there any solution for browser directly modefy zoom ratio just like what ctrl++/- effect.
ctrl
+
-