Add new api to support highlighting edges through action
See original GitHub issueWhat problem does this feature solve?
At present, only the nodes of the graph can be highlighted through action. In 4.9.0, you can configure the highlight edge through the edgeDataIndex property of action focusNodeAdjacency. In 5.0.2, the api no longer exists. I hope to add api to support it.
What does the proposed API look like?
dispatchAction({
type: 'highlight',
seriesIndex?: number|Array,
seriesName?: string|Array,
dataIndex?: number,
edgeDataIndex?: number,
name?: string
})
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Getting started with the CSS Custom Highlight API
Using the CSS Custom Highlight API requires three steps: creating the styles in the stylesheet, setting a highlight range, and then applying ...
Read more >Custom Highlight API · Issue #482 · mozilla/standards-positions
The custom highlight API provides a programmatic way of adding and removing highlights that does not affect the underlying DOM structure, ...
Read more >Highlight point features | Sample Code - ArcGIS Developers
This sample shows how to highlight features in a layer. Features in SceneLayer, FeatureLayer, CSVLayer, GeoRSSLayer and GraphicsLayer can be highlighted.
Read more >Highlighting | Elasticsearch Guide [8.5] | Elastic
Highlighters enable you to get highlighted snippets from one or more fields in your search results so you can show users where the...
Read more >Use Select Highlighting in Westlaw Edge - Thomson Reuters
Use the checkboxes to select one or more terms from the search you performed. By default, Westlaw Edge highlights your entire search query...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1