OptionalgetgetPopupContent() may be specify to change the html code of all the popup/tooltip content
the html code of the popup/tooltip content
OptionalgetgetPopupContentLine() may be specify to change the html code of one line of the popup/tooltip It can be usefull to use the marker generated by ODSChartsTheme.getPopoverMarker
the html code of one line of the popup/tooltip
OptionalgetgetPopupContentValue() may be specify to change the html code of value displayed in the popup/tooltip
the html code of the value displayed in the popup/tooltip
OptionalgetINTERNAL USE ONLY getPopupTemplate() may be specify to replace a specific template for the popup/tooltip to replace the default one. This is not recommended except if you want to fully customize the popup/tooltip.
the html code of the popup/tooltip
OptionalgetgetPopupTitle() may be specify to change the html code of the popup/tooltip title
OptionalaxisValueLabel: stringOptionalname: stringthe html code of the popup/tooltip title
OptionaltestINTERNAL USE ONLY
if provided, the testAvailability() will be called to check if this renderer is available.
This is essential for Boosted 4 and Boosted 5 renderers to check if the boosted global variable is accessible.
it is for internal use only.
If not, the fall back is an empty ODSChartsPopoverDefinition, ie ODSChartsPopoverManagers.NONE
ODSChartsPopoverDefinition defines the interface of the manager of externalized popover or tooltip ODSChartsTheme.externalizePopover.
ODSChartsPopoverDefinition is not used directly. Instead, we use the variable **ODSChartsPopoverDefinition. ODSChartsPopoverManagers gives 3 default ODSChartsPopoverDefinition managers for Apache ECharts, Boosted 5 and Boosted 4.
You probably need to use one of those.
But even if you use one of those, you may specialize it with specific(s) implementation(s) with one of the ODSChartsPopoverDefinition method(s).
For example, you may specify the content of the tooltip:
or if you want to use Boosted 5 tooltip renderer: