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

Reduced data precision - significant digits on generation by source #5921

Closed
silimotion opened this issue Sep 20, 2023 · 2 comments · Fixed by #6173
Closed

Reduced data precision - significant digits on generation by source #5921

silimotion opened this issue Sep 20, 2023 · 2 comments · Fixed by #6173

Comments

@silimotion
Copy link
Contributor

Description

I've noticed that the data available in the map has only two digits of precision, instead of the usual three. I feel this is quite irritating as it makes visualizing tiny differences more difficult, especially around numbers near the boundary, such as in this
example:
Screenshot_20230920_014826
Screenshot_20230920_014845

We can see that they are different values because the percentage of capacity they represent is different.
Was this change on purpose? If so, why was this change implemented? In the case I've posted the difference between possible values is of up to 8% (13.5/12.5), quite significant.

It is possible this was introduced with the change from power to energy units.

Hope all this makes sense, and this issue hasn't been raised before.

@jarek jarek changed the title Reduced data precision Reduced data precision - significant digits on generation by source Sep 20, 2023
@NicolasCami
Copy link

Hi,
Does this issue need to be done? I'm new to this repository and would like to help. I've just had a quick look at the codebase and I think the precision can be easily changed in BreakdownChartTooltip.tsx.
Regards

@VIKTORVAV99
Copy link
Member

Hi,

Does this issue need to be done? I'm new to this repository and would like to help. I've just had a quick look at the codebase and I think the precision can be easily changed in BreakdownChartTooltip.tsx.

Regards

Feel free to take a look at it and open a PR, it's easier to review the suggested changes directly in the code.

Thanks for taking an interest in the repo and project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants