(dataIndex: number, key: string)
| 60 | } |
| 61 | |
| 62 | getItemVisual(dataIndex: number, key: string): any { |
| 63 | // Get encoded visual properties from final filtered data. |
| 64 | const dataWithEncodedVisual = this._getDataWithEncodedVisual(); |
| 65 | return dataWithEncodedVisual.getItemVisual(dataIndex, key as any); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | export default LegendVisualProvider; |
no outgoing calls
no test coverage detected