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

Data #16

Open
govuk-design-system opened this issue Jan 12, 2018 · 10 comments
Open

Data #16

govuk-design-system opened this issue Jan 12, 2018 · 10 comments
Labels
pattern Goes in the 'Patterns' section of the Design System

Comments

@govuk-design-system
Copy link
Collaborator

govuk-design-system commented Jan 12, 2018

What

Styles for representing data in numbers, graphs, charts and diagrams.

Why

Anything else

You could to at reference in the issue on Dashboard page

@timpaul timpaul added the pattern Goes in the 'Patterns' section of the Design System label May 21, 2018
@matthewrudy
Copy link

I have a use case from a system used internally by HMPPS.

Previously implemented with gov.uk elements using the data class
screen shot 2018-07-09 at 12 01 24

I got it working by introducing a few new classes
https://gist.github.com/matthewrudy/bc70462479a1e670ca88d4d254c6c1bc

Now looks likes
screen shot 2018-07-09 at 12 38 53

@Dean-A-Smith
Copy link

Dean-A-Smith commented Nov 13, 2020

GOV.UK charts markdown allows content designers to create ‘simple’, ‘stacked’ and ‘compact’ bar charts which can also display negative values. You can combine these within one chart.

Users can then switch between the HTML bar chart and the table containing the data on the webpage.

I wondered whether the community could also consider the design and usability of GOV.UK charts in this forum. I know the limitations of GOV.UK charts markdown can cause publishers to rely on images of data, which is a backwards step. It makes sense for the design principles for data in services to feed into those for GOV.UK, and vice versa.

There isn't currently a lot of detail about the design of GOV.UK charts in the content design guidance, so thought I'd share a bit here.

Orientation of charts

Charts are orientated horizontally. My assumption is that this is so they can adapt well for narrow displays, such as mobile phones.

Categorical data that cannot be grouped

Charts use GOV.UK blue (#1d70b8) for categorical data that cannot be organised into broad groups.

Bar chart - categorical data cannot be grouped

Categorical data that can be grouped

GOV.UK charts use different colours when subcategories are common across broad categories.

Bar chart - subcategories common across broad categories

Chart colour palette and order of appearance (as of November 202)

GOV.UK charts apply colours automatically based on the number and order of the subcategories in the data table.

There are a maximum of 9 colours.

The text labels are either white or black – the text colour is whichever provides an acceptable contrast ratio with the background colour.

These colours are from the GOV.UK Design System.

Order of appearance Hex RGB govuk-colour function Label text colour
1 #1d70b8 29,112,184 govuk-colour(“blue”) White
2 #28a197 40,161,151 govuk-colour("turquoise") Black
3 #00703c 0,112,60 govuk-colour("green") White
4 #85994b 133,153,75 govuk-colour("light-green") Black
5 #ffdd00 255,221,0 govuk-colour("yellow") Black
6 #f47738 244,119,56 govuk-colour("orange") Black
7 #d4351c 212,53,28 govuk-colour("red") White
8 #912b88 145,43,136 govuk-colour("bright-purple") White
9 #0b0c0c 11,12,12 govuk-colour("black") White

Update: Since this post, chart colours have since been updated to align with the Government Analysis Function guidance: alphagov/govuk_publishing_components#1886)

@alex-ju
Copy link

alex-ju commented Jan 21, 2021

Related thread about colour palette for charts.

@owenatgov
Copy link

We recently added the big number component to govuk for use on places like the homepage and the departments page.

@lfdebrux
Copy link
Member

lfdebrux commented Mar 8, 2022

The Government Statistical Service has some (draft) guidance on colours for graphs and charts that might be of use:

https://gss.civilservice.gov.uk/policy-store/data-visualisation-colours-in-charts/

@lfdebrux
Copy link
Member

lfdebrux commented Mar 8, 2022

The ONS also has guidance on data visualisation at https://style.ons.gov.uk/category/data-visualisation/.

@joelanman joelanman mentioned this issue Jan 28, 2023
@petejobesdigitaldwp
Copy link

petejobesdigitaldwp commented Jun 7, 2023

We're looking at this in the UCD + Data community. The first thing on our agenda is line charts. We're working together with colleagues in the Analysis Function. They have some great guidance on their website.

This is where we'd love to better understand user research that's been done within Government.

We'd love to know:

  • Where you have identified a user need to display data in a line chart.
  • Where you have successfully tested line charts and what you learned.
  • Where you have tested line charts and found they were not the right solution and why.

@querkmachine
Copy link
Member

The World Health Organization has a fairly comprehensive set of documentation for how they design interactive charts and data visualisations. https://apps.who.int/gho/data/design-language/

@asier-hmrc
Copy link

I don't think "Data" is a descriptive enough name for this issue. "Data visualisation" would be more accurate.

Having said that, I think this issue could do with being broken down into separate more specific data visualisation issues eg, line-chart, bar-chart, pie-chart, etc. Although they all fall under the same specialism each one of them pose totally different design challenges to each other. Design contributions as well as their progress are more likely to be unrelated and evolve independently.

@asier-hmrc
Copy link

asier-hmrc commented Jul 22, 2024

I would like to propose a new separate issue for an "Horizontal bar chart" pattern.

In HMRC's Personal Tax Account live service, within the Annual Tax Summary microservice we have designed and implemented a bar-chart pattern. Details of the pattern are documented in the backlog of the HMRC design pattern issue.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pattern Goes in the 'Patterns' section of the Design System
Development

No branches or pull requests

10 participants