swimlane / ngx-graph

Graph visualization library for angular

Home Page:https://swimlane.github.io/ngx-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip

sweeneki opened this issue · comments

Ngx-Graph is great! Thank you.

Is your feature request related to a problem? Please describe.
Tooltips (a very nice feature!) was removed from rc8.0.

Describe the solution you'd like
Would it be possible to formally add Tooltips into ngx-graph? It currently resides in ngx-charts///common:
https://github.com/swimlane/ngx-charts/tree/master/projects/swimlane/ngx-charts/src/lib/common/tooltip

Describe alternatives you've considered
By importing ngx-charts one can add them back but I understand there is a desire to decouple the two projects.

Additional context
When using tooltips on ngx-graph, having a toggle functionality (i.e. 'show all' / 'hide all') would be useful in many instances. For example Angular-Material tooltips has such functionality:
https://material.angular.io/components/tooltip/overview