Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expansion of Charts Functionality #113

Open
RedDevilus opened this issue Apr 27, 2022 · 1 comment
Open

Expansion of Charts Functionality #113

RedDevilus opened this issue Apr 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@RedDevilus
Copy link
Collaborator

Default:
image

You need to hover over the bars to say which value they are without context, the Y-axis doesn't tell what the values represent either (in most cases the VPS)

Examples:

chart_4906
chart_5029

Stating the relative performance uplift would be interesting too and print it out below the chart:

image

@xTVaser
Copy link
Member

xTVaser commented Apr 30, 2022

If we want to display the values on the chart elements without hovering, that is going to require this plugin https://chartjs-plugin-datalabels.netlify.app/guide/

You can add context by labelling the axes - https://www.chartjs.org/docs/latest/axes/labelling.html

Stating the relative performance uplift would be interesting too and print it out below the chart:

This is going to be kinda difficult because the calculation is going to be different for every dataset. I could add a feature that you could write javascript code to do the math and it could output the values below but, honestly since that requires manual effort - you might as well just write it in the markdown.

@xTVaser xTVaser added the enhancement New feature or request label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants