microsoft / microsoft/powerbi-visuals-utils-tooltiputils

TooltipServiceWrapper not supported for Amcharts5

Open
#86 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
18
Forks
32
Avg merge
3d 8h
Merged PRs (30d)
2

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the addTooltip signature and the tooltip.show usage described in the issue, then trace how report-page tooltips are handled through the ITooltipService path. Compare the d3-selection-based API with the Amcharts 5 tooltip interaction, and define completion as equivalent report-page tooltip support for Amcharts 5.

Written by the indexing model from the issue text.

Assessment

Tech stack
d3, typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.