G2Plot icon indicating copy to clipboard operation
G2Plot copied to clipboard

🐛 [BUG]漏斗图, 点击图例进行隐藏时, conversionTag没有自适应

Open Eve-Sama opened this issue 4 years ago • 2 comments

🐛 Bug description [Please make everyone to understand it]

图片

💻 Link to minimal reproduction

Please provide a link by forking these links g2plot or GitHub repo. What is a minimal reproduction, and why is it required?

📷 Step to reproduce

🏞 Expected result

🚑 Any additional [like screenshots]

  • G2Plot Version:
  • Platform:

Eve-Sama avatar Oct 08 '21 03:10 Eve-Sama

目前漏斗图不适合使用图例筛选,先关闭掉图例筛选交互(后续修复图例筛选功能的时候,再一起解决)

 interactions: [
    {
      type: 'legend-filter', enable: false
    }
  ]

visiky avatar Oct 17 '21 11:10 visiky

解决了吗?

Eve-Sama avatar Aug 18 '22 03:08 Eve-Sama