Jeek

Results 6 comments of Jeek

You can use this method to custom your own legend. It may not be a good idea, but it works. ` .on('pretransition', chart => { let legend = chart.selectAll('.dc-legend .legend-item-text');...

`var reverseWords = str => str.trim().split(' ').reverse().join(' ')`

```js // 需要处理单词间多个空格 const reverseWords = str => str.trim().split(/\s+/).reverse().join(' ') ```

希望可以帮助更多开发者少踩坑

![image](https://github.com/Tencent/wujie/assets/39521977/744ff6ec-5368-4850-a905-19f4968a1b46)

2 years and no answer... Is there any way to use that library with flutter getx?