wangzhi

Results 10 comments of wangzhi

echarts.setPlatformAPI({ createCanvas() { return canvas; }, }) 参见: https://echarts.apache.org/handbook/zh/how-to/cross-platform/server/

makr 3d gl 图表监听viewControl 解决方案 ``` myChart.on("grid3dcamerachanged", function (e) { console.log("e log==>", e); }); ```

我的版本是 1.8.4,希望在下个版本中修复这个问题。

我只有一个vps , 我非常喜欢这个软件, 用起来很简单速度也很快 期待更好 ------- "I only have one vps, and I really like this software. It's easy to use and fast to use, and I'm looking forward to...

我测试在 vite.config.mts 配置中 使用rollup-plugin-gzip 打包后测试正常 ``` build: { rollupOptions: { plugins: [ gzipPlugin({ customCompression: (content) => brotliPromise(Buffer.from(content)), fileName: '.br', }), ], }, }, ```

只要你没有会员基本上都是要付费的, 与其等着问题来到再去解决问题, 不如直接全部走查本地 + 没有就自动变下边播 这样更优雅

为什么我觉得 h 函数挺好用的 [脸红]

add width and height to image ```js { image: logo, // img base64 width: 50, height: 50, alignment: 'left', margin: [0, 0, 0, 0], } ```