- Notifications
You must be signed in to change notification settings - Fork70
Open
Description
Describe the solution you'd like
I would like to request a feature that allows to define a tooltip formatted in Java similar to how it's done in JavaScript.
Specifically, the ability to dynamically format thetooltip formatter content based on functionparams, such as name, value, etc.
Echarts Javascript Example
tooltip: { trigger: 'item', className: 'chart-tooltip', formatter(params) { return ` <div> ${params.marker} <p>${params.name}</p> <p>${params.value}</p> <p>MDL</p> <div>${params.percent}%</div> </div> ` } },Metadata
Metadata
Assignees
Labels
No labels
