Package cn.mapway.echart.client
Interface ITooltipFormatter
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@JsFunction @FunctionalInterface public interface ITooltipFormatter
ITooltipFormatter- Author:
- zhang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(elemental2.core.JsObject tooltipParameter, String ticket, ITooltipFormatterCallback callback)图形组件 需要显示tooltip的时候调用这个方法
-
-
-
Method Detail
-
format
String format(elemental2.core.JsObject tooltipParameter, String ticket, ITooltipFormatterCallback callback)
图形组件 需要显示tooltip的时候调用这个方法- Parameters:
obj- TooltipParameterticket-callback-- Returns:
-
-