hypertrons / hypertrons-crx

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

[Feature] Improvement Suggestion for the xAxis of the Issues Tooltip Chart #762

Closed HalloMelon closed 2 months ago

HalloMelon commented 7 months ago

Description

I would like to propose some enhancements for the xAxis of the issues tooltip chart. Currently, it is not as clear and user-friendly as it could be. The first time I saw the chart,I cannot understand the meaning of xAxis so quickly. So the text on the xAxis could be easier to read.

For examples: In this repo ( its url as follow: https://github.com/hypertrons/hypertrons-crx ), perhaps it would be better to only display the numerical values of the years on the xAxis within this time range,.

a026709a10ec0ce0c26e22eb8881fd2

In this repo ( its url as follow: https://github.com/X-lab2017/open-research ),within this time range, I think this presentation format is more reasonable.

4378edf3d0d108ec1e5796cd6d78583

wxharry commented 7 months ago

Thank you for the advice. Actually, we had the same conversation to improve the display of year in the biweekly meeting last week. Your solution also looks good to me (didn't look into the code for now). What do you think? @tyn1998

tyn1998 commented 3 months ago
image

Hello @HalloMelon, the issue can be resolved by combining xAxis.minInterval and xAxis.axisLabel.formatter.

wangyantong2000 commented 2 months ago

@HalloMelon's question is mainly about explaining the meanings of the x-axis and y-axis. Now I have an idea to mimic this feature:the setting interface of the Hypercrx plugin. The link in Chrome: chrome-extension://inlecjdnpbciaembmkojceckffmmlllb/options.html or the link in Edge: extension://lbbajaehiibofpconjgdjonmkidpcome/options.html.

image

Add a small component next to the chart title to trigger the display of the meanings of the x-axis and y-axis. If this is feasible, @HalloMelon do you have any specific ideas on implementation details?

HalloMelon commented 2 months ago

I think we need to state two things in the tips box: the first is that the vertical axis represents the increment rather than the total for each period, and the second is that the horizontal axis represents the time at which the user can resize the interval by scrolling with the mouse.

So the following example is a possible representation:the vertical axis represents the increments for each time period; the horizontal axis represents the time; the horizontal axis intervals are resized by scrolling with the mouse.