Tree Xie

Results 169 comments of Tree Xie

The map gets bigger may be not memory leak. Some data will be removed after gc, so you should check the map after gc. If you want to use `global.gc`,...

I am sorry that I haven't used Lambda before, and I will have a try.

I do a test like this: `DEBUG=als node app.js` ```js const als = require('async-local-storage'); als.enable(); // ... some code exports.handler = async () => { // some code als.set('blah', '123');...

I will merge it after CI is passed.

@ceoworks I am sorry for late reply. Please show me you code and I will have a try.

提供具体的示例代码以及数据,好确认如何调整

x轴想改格式是指怎样的格式?Legend很多也不会变成上面的样子,提供一下可运行的代码,我试一下。下面是设置了很多legend的效果:

x轴是希望展示为怎样?

@backnono 1. 图片不清晰有代码不?是不是字体库的问题 2. 字体不能设置是指字体大小吗?label的字体大小现在是不支持设置

字体不清楚的问题,字体库选择bold类型的即可。至于7.1k展示为7100暂时坐标轴的值未支持自定义,后续版本优化