### What problem does this feature solve? `tooltip. valueFormatter` 的回调函数 `(value: number | string) => string ` 只能获取数据,无法获取该数据的其他关联信息,希望能增加dataIndex 参数 ### What does the proposed API look like? 增加回调函数参数 `(value: number | string, dataIndex: number) => string `
What problem does this feature solve?
tooltip. valueFormatter的回调函数(value: number | string) => string只能获取数据,无法获取该数据的其他关联信息,希望能增加dataIndex 参数What does the proposed API look like?
增加回调函数参数
(value: number | string, dataIndex: number) => string