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

[Feedback wanted]: Grouping and reorganising our graphs #7022

Open
Alportan opened this issue Jul 30, 2024 · 7 comments
Open

[Feedback wanted]: Grouping and reorganising our graphs #7022

Alportan opened this issue Jul 30, 2024 · 7 comments

Comments

@Alportan
Copy link
Contributor

Description

We are currently looking into revising our graphs when it comes to their behaviour and data points.

We have a hypothesis that by combining graphs that show similar data points, and organising it into a cohesive narrative, we can enhance the clarity of our app.

Here's a glimpse of how that would look like when combining our 2 graphs that show the sources of electricity today (Electricity consumption by source + Origin of electricity)

image

As you can see, in this version of the consumption breakdown view (per source), we can add more details and plot more data, in this example the carbon intensity of each source.

Following the same logic, we would bundle our Net exchange graph together with the detailed exchanges we currently shown inside the Electricity Consumption by Source graph.

image

We've also added a little insight into how did exports changed, in comparison with the past 12 months average.

What we are looking for:

  • would this help you draw better conclusions using our data?
  • would an insight for each graph bring more value? if yes, which insights do you find most valuable?
  • is there anything else you spotted with this approach?

Looking forward to hearing your thoughts 🙏

@phiphou
Copy link
Contributor

phiphou commented Aug 2, 2024

Love the global imported/exported overview !

@VIKTORVAV99 VIKTORVAV99 pinned this issue Aug 2, 2024
@jayaddison
Copy link
Contributor

The selected-duration charts are useful, and I like the idea of grouping those logically above the detailed info tables - presenting the trends is a good way to help people get a sense for regional energy data.

I was going to ask whether the plan would still be to have two tabs, one for consumption data and one for emissions data -- but I think I might have answered that while writing this: it appears that the idea is to use the same brown-to-green emissions colour scale to add a dot for each row in the consumption info table?

If so, I like that idea too -- fewer tabs/selections generally makes information more discoverable. The table is informationally dense, but provided that it uses consistent styling with the rest of application, I think that works.

@thomasgibon
Copy link

I may be a bit late, and not sure how technically feasible this is, but I think a nice addition would be the composition of imported/exported electricity. This could also be represented in "Origin of electricity", where the bar for each country would be split into sources instead of one bar with a brown-green shade (consistently with domestic production).

This is some test I've made, representing the consumption mix for an average week in 2023 in Germany and Denmark:
image

I think the "nature" of imported electricity is as important at its carbon content, and knowing this provides some insight about which sources are the most likely to be imported (= which sources are key for the grid stability).

@VIKTORVAV99
Copy link
Member

I may be a bit late, and not sure how technically feasible this is, but I think a nice addition would be the composition of imported/exported electricity. This could also be represented in "Origin of electricity", where the bar for each country would be split into sources instead of one bar with a brown-green shade (consistently with domestic production).

This is some test I've made, representing the consumption mix for an average week in 2023 in Germany and Denmark: image

I think the "nature" of imported electricity is as important at its carbon content, and knowing this provides some insight about which sources are the most likely to be imported (= which sources are key for the grid stability).

Hi Thomas!

This is something I, @Alportan and the rest of the team have already discussed so I'm glad to see there is some external interest in this as well. This is something we could do today from a technical side of things as the API and backend already supports it but there has been some discussions on how to make it as clear as possible to users which has not been fully worked out yet.

It basically boils down to how do we explain (in a understandable way) that a zone or country that don't have any "mode" production have "mode" consumption.

We have some other graph work we are focusing on right now (most of it should be done soon 👀) so perhaps we can take another crack at this @Alportan?

And of course we would be interested in any insight you might have on the topic @thomasgibon!

@Alportan
Copy link
Contributor Author

Alportan commented Sep 24, 2024

Hi @thomasgibon,

As Viktor mentioned, we've already put some thought into this idea. Here are our design suggestions for presenting broken down exchanges 👇

image

Let us know your thoughts.

@jayaddison
Copy link
Contributor

Re: imported sources, there are two views of the data that I'd expect people might be interested in:

  • Regardless of origin, how clean is energy generation in a country?

    • This closely matches what the diagram with 'Reveal imported sources' already displays: the stacked bar chart has colour-coded energy by generation method, and for the curious, the partial-transparency of the detailed per-method generation/capacity row-bars indicate how much is from import.
    • I find the |<- indicator symbols in the row-bars where some capacity is imported visually noisy in the provided example, because they exist for almost all of the rows. It might be more useful to indicate that Coal and Gas in the example are locally-generated -- or perhaps it would be easier to omit these indicator symbols entirely?
  • How clean is the energy generation in a country?

    • For this use case, I would prefer imports to be stacked at the bottom of the bar chart, to communicate that although it's a relevant factor, it is not the data exploration focus of the chart. I think the gray colour indicates that to some extent already.
    • Similarly, I briefly wondered whether putting the imports underneath the x-axis (y=0) could illustrate the way that increased imports allow reduced local production, and that increased local production allows reduction of imports (the chart would appear to push/pull the stack in either direction) -- but both values are positive numbers, so I'm not sure whether this is sensible.

@Alportan
Copy link
Contributor Author

  • I find the |<- indicator symbols in the row-bars where some capacity is imported visually noisy in the provided example, because they exist for almost all of the rows. It might be more useful to indicate that Coal and Gas in the example are locally-generated -- or perhaps it would be easier to omit these indicator symbols entirely?

Good point! I like your suggested approach, looking into which sources are locally produced instead of imported. 💡

  • [...] I briefly wondered whether putting the imports underneath the x-axis (y=0) could illustrate the way that increased imports allow reduced local production, and that increased local production allows reduction of imports (the chart would appear to push/pull the stack in either direction) -- but both values are positive numbers, so I'm not sure whether this is sensible.

I do agree that it would be useful to find a way to visually represent the relationship between imports and local production. It could be tricky though! 🤔

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

No branches or pull requests

5 participants