自动注释 自动注释是一个帮助您在可视化图表中自动标注出该目标的信息的工具的工具。 npm i --save auto-annotations 自动化感知推荐标记AutoAnnotation AutoAnnotation会识别视图中的洞察信息,并根据洞察的显着性推荐最合适的洞察,并返回一个标注函数。 构建参数: view ,为一个G2.View 方法recommand()返回一个annotation函数,这个函数获得参数后可以替换。 以cars数据集为例,这里原图是一张[[位移],“加速度”]两个数值分段构成的散点图。 import { annotations , AutoAnnotation } from 'auto-annotations' ; // 声明一个G2图表 chart . point ( ) . position ( [ "Displacement" , "Accel