pyuyu

Results 7 comments of pyuyu

> And what is your issue? Is this a bug or feature

> https://g2plot.antv.vision/zh/docs/api/plots/column#axis 设置下min 您应该理解错了, 不是设置最小值, 是设置x轴为y=指定值(默认y=0)

"但是如果在本地打开缓存文件,就会造成 Last-Modified 被修改,所以在 HTTP / 1.1 出现了 ETag" 本地是指在客户端本地还是服务器本地呀

你好,想请教一个npm问题。项目不是直接依赖的test-01,项目的依赖里只有test:^x.x.x,test里才依赖的test-01:^x.x.x 现在test-01发布了一个新版本。 项目package.json和test的package.json都没改,但是执行npm i一直下不到最新版本。正确的姿势应该是怎样呢

Is there any plan to be compatible with svg.js V3?

> Hey @pyuyu, I've been using this package with [the v3 branch](https://github.com/svgdotjs/svg.select.js/tree/svgjs-v3) for a while now. So far it seems working fine, do you have a specific issue besides not...

还是没太懂模糊的原因。高清屏下直接绘制一个100*100的img和在canvas里绘制100*100的图片,为啥img标签是清晰的, canvas里就是模糊的呢