microsoft / microsoft/powerbi-visuals-utils-tooltiputils
TooltipServiceWrapper not supported for Amcharts5
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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