sanye-huang
sanye-huang
**问题** 1. 无法自定义分面图的轴,各自使用自己的scale 2. 轴在操作后可能会变化 **操作流程:** 渲染 - 点击图例去掉图例4的数据,再选中图例4的数据,y轴变化 **测试数据** ({ type: "facetRect", width: 928, height: 640, paddingLeft: 60, paddingBottom: 60, data: [ { series: "1", x: 10, y: 8.04...
### Describe the bug / 问题描述 ```ts import { Chart } from "@antv/g2"; const chart = new Chart({ container: "container" }); const data = [ { 月份: "Jan.", London: 18.9,...
### Describe the bug / 问题描述 测试代码 ```ts import { Chart } from "@antv/g2"; const chart = new Chart({ container: "container" }); chart.options({ type: "interval", autoFit: true, data: [ {...
主要用于给某一些x的特定位置(比如max、min)添加标注。目前设置text要么是data要么是x y的百分比像素,无法做到对应的功能。