-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi Team,
I used Amcharts 5 for creating charts but not able to impliment report page as tooltip and also for addTooltip using d3-selector in first parameters.
import { Selection } from 'd3-selection';
addTooltip(selection: Selection<any, any, any, any>, getTooltipInfoDelegate: (datapoint: T) => powerbi.extensibility.VisualTooltipDataItem[], getDataPointIdentity?: (datapoint: T) => powerbi.extensibility.ISelectionId, reloadTooltipDataOnMouseMove?: boolean): void;
and also there is no solution for amcharts 5
BUT BUT BUT
tooltip.show({
coordinates: coordinates,
isTouchEvent: false,
dataItems: tooltipData,
identities: [],
});
im able to use normal tooltip which is ITooltipService but this is not support report pages as tooltip
need help to do with amcharts 5!!!