hypertrons / hypertrons-crx

A browser extension for insights into GitHub projects and developers.
https://crx.hypertrons.io
Apache License 2.0
344 stars 98 forks source link

[Feature] Improvements to the way tooltips are displayed #836

Open HalloMelon opened 1 month ago

HalloMelon commented 1 month ago

Description

In the process of analyzing the collected questionnaires, one such reply attracted our attention: " Add interactive gadgets like zoom or frame selection of some nodes to the display diagram. "

The current display method is that when the mouse is moved over the icon of issues, the related line chart will be displayed.

image

image

image

https://github.com/user-attachments/assets/6dc3f48a-41d1-4591-9666-d9edc23f5e73

wxharry commented 1 month ago

Vote for the second one. It is easy to implement and we can add more operations in the separate window, like "Export" as mentiond.

wangyantong2000 commented 1 month ago

My idea is also the second one, it seems more convenient.

wangyantong2000 commented 1 month ago

Some simple operations like save, zoom, restore, etc., refer to echarts chart configuration, add the corresponding configuration.https://echarts.apache.org/v4/zh/option.html#toolbox.feature.dataZoom

截屏2024-08-08 14 25 56
HalloMelon commented 1 month ago

I think that if the original format is to be retained, then adding an "export" button would enough, otherwise the display would be very crowded.

wangyantong2000 commented 1 month ago

The above is an example from its documentation, and the buttons are configured according to their own choice.