We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
我想根据items 配置 tooltip 展示的多label 文本。但是好像得通过定义 render 来实现,有没有什么简易的方式实现。比如类似biz-chart 直接修改 items
interaction: { tooltip: { customItems: (items) => [...items] } }