Skip to content

TooltipServiceWrapper not supported for Amcharts5 #86

@deepbag

Description

@deepbag

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!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions