Skip to content

Releases: oslokommune/bydelsfakta

Release v1.1.1

07 Apr 09:22
Compare
Choose a tag to compare

About this version

This is only a release updating dependencies and fixing breaking changes

Improvements

  • Changed string Aleneboende to Énpersonshusholdninger
  • Updated almost all of the dependencies

v1.1

25 Nov 15:06
Compare
Choose a tag to compare

Release v1.1

About this version

This planned expansion takes place in November 2019 and adds features ommited from the main product launch.

🚀 New features

  • Sort rows when expanding a series in multi-series bar charts (TemplateBars)
  • Add map to district-view
  • Add cramped housing topic ('Rom per person')
  • Add graph for births and deaths ('Fødselsoverskudd')
  • Add three new datasets for immigration data ('Personer med innvandrerbakgrunn')
  • Add a 'norskfødt med én innvandrerforelder'-card
  • Add 'dødsrater-historisk' graph
  • Add 'bygningstyper-alle' graphs, both historic and status
  • Add card for migration over time ('Inn- og utvandring')

💅 Improvements

  • Partially or fully refactor d3.js scripts:
    • TemplateBars
    • TemplateAgeDistribution
    • TemplateBoxPlot
    • TemplateStackedBars
    • TemplateLivingConditions
    • TemplateComboHistogram
    • TemplateBarsAndLines
  • More descriptive headings and labels for graphs
  • Add legend to TemplateBoxPlot
  • Improve colors on some charts making them more distinguishable
  • Convert most of the legacy enter/update/exit pattern to d3v5's join() pattern
  • Convert custom color legends to d3-svg-legend
  • Add markers for 100% on TemplateLivingConditions
  • Use 5-years groups in TemplateComboHistogram
  • More consistent use of color in visualisations
  • Color-scare for maps now receives bounderies from backend

🔧 Other changes

  • Rename templates:
    • TemplateA -> TemplateBars
    • TemplateB -> TemplateLines
    • TemplateC -> TemplateLinesMulti
    • TemplateD -> TemplateAgeDistribution
    • TemplateE -> TemplatePyramid
    • TemplateF -> TemplateBoxPlot
    • TemplateG -> TemplatePopulationDetailsTable
    • TemplateI -> TemplateTernaryPlot
    • TemplateJ -> TemplateStackedBars
    • TemplateK -> TemplateLivingConditions
    • TemplateM -> TemplateComboHistogram
    • TemplateN -> TemplateBarsAndLines
  • Remove card for expected population growth ('Forventet utvikling') because of inaccurate data
  • Remove map view from 'Husholdninger med barn' card
  • Add links to external data sources on 'About' view for cards
  • Update .prettierrc
  • Remove 'brush' functionality from the shaded area on TemplateAgeDistribution
  • Update dependencies

🐛 Bugfixes

  • Fix issue where close button was included when downloading graph as SVGs and PNGs
  • Fix floating point rounding error in axis ticks when formatted as permille
  • Fix scroll position when going out of fullscreen-mode
  • Fix bug where opacity of lines on TemplateLines and TemplateLinesMulti was too faint when saving as PNG
  • Fix issue on TemplateLivingConditions where some row dividers has wrong opacity
  • Fix issue where brush selection is reset when changing tabs or geographies on TemplateAgeDistribution

 

First official release (v1.0)

04 Nov 15:04
Compare
Choose a tag to compare

Release 1.0

https://bydelsfakta.oslo.kommune.no/

This is the first official release of Bydelsfakta created by Oslo Origo in City of Oslo.

Official date of release 27 August 2019.

Main features

Visualising data

  • 13 templates for visualising data
    • Bar charts (single or multiple series)
    • Line chart (single series)
    • Line chart (multiple series)
    • Brushable bar chart for age distributions
    • Population pyramid
    • Dot and box plot for age distributions
    • Data grid with sparklines
    • Detailed line chart for population changes
    • Ternary plot
    • Stacked bar chart
    • Compact multi-series bar charts for comparisons
    • Combo line chart and histogram for migration data
    • Combo bar chart and line charts for migration data
  • Visualising geospatial data

Exporting data

  • Export dataset as Excel (.xlsx)
  • Export dataset as CSV (.csv)
  • Export graph as image (.png)
  • Export graph as SVG

Exploring statistics

  • Compare districts in Oslo
  • Compare subdistricts within a district
  • View dataset as data grid

Other

  • Fully responsive experience
  • 4 x 100/100 on Google Lighthouse audit

Main credits