暖_星
暖_星
### 问题描述 散点图,x轴加缩略轴,有标签的情况,缩略后label 与值 位置错位 ### 重现链接 _No response_ ### 重现步骤 import { Chart } from '@antv/g2'; const chart = new Chart({ container: 'container', autoFit: true, }); const data =...
### 问题描述 组合图配置Y和Y1 两个缩略轴,拖动Y1 会导致Y的刻度和Y1 变成一样 ### 重现链接 _No response_ ### 重现步骤 import { Chart } from '@antv/g2'; const data = [ { Month: 'Jan', Evaporation: 2, Precipitation: 2.6, Temperature:...
  项目打包是用的rollup , vite , 没有使用webpack.config, 那我这边  这些配置应该在哪里配置
