hustcc

Results 454 comments of hustcc

```ts import { Chart } from '@antv/g2'; const data = [ { month: 'Jan', city: 'Tokyo', temperature: 7 }, { month: 'Jan', city: 'London', temperature: 3.9 }, { month: 'Feb',...

你没有复制我的代码,有点细微区别。就是使用 point 的 tooltip,不使用 line 的 tooltip。

@deletenothing 看你解决了 https://github.com/antvis/G2/issues/5803 这个 issue,当前问题和这个类似,看看是否有空来搞一把?

需要,其实就是可以覆盖某个区域,区域的最大最小值,不需要开发者自己去外部计算。 甚至可以支持回调,让开发者根据数据自己决定一个位置。

为[标注](https://g2.antv.antgroup.com/zh/examples/annotation/line/#quadrant-scatter)的数据,新增 min、max、median、mean 等语法糖统计功能,甚至支持回调方法。

没明白这个规则是什么逻辑?

有改进方式吗?直接来个 PR 吧~