Skip to content

Releases: visualize-admin/visualization-tool

3.4.2

21 Feb 16:34
Compare
Choose a tag to compare

Full Changelog: v3.4.0...v3.4.2

3.4.0

18 Feb 14:26
Compare
Choose a tag to compare

Features

Standard error 📏

  • Standard errors are displayed automatically for column chart and grouped column chart. #352 #356
  • Tooltip for simple column chart contain the standard error. #366

Maps 🗺

  • Implemented a new base layer which makes use of vector tiles #351

Filters 📏

  • Improved cascading filters selection to ensure data is shown after filter selection #343
  • Improved initial filter selection to ensure data is shown on the selecting chart type step #327
  • Improved performance for loading filter values #377

Navigation 🏄‍♂️

  • Page have improved titles now, depending on where you are on the application. Helpful when you have
    multiple tabs with visualize.admin or when you bookmark things. #331
  • Theme and organization navigation counts take into account the search field now. #329
  • Improved chart editing navigation #337
  • Improved chart publish action buttons #337

Bugs 🐛

  • Fix selection of optional date filter #332
  • Fix discrete color scales with less than 3 observations #309

Detailed changes

New Contributors

Full Changelog: v3.3.0...v3.4.0

3.3.0

14 Feb 22:21
Compare
Choose a tag to compare

Maps

It is now possible to use maps as a new visualization type. Quantities can be encoded
as a scatterplot on the map. Datasets which have a shared dimension containing
geo coordinates can be charted on a map.

#294 #289 #292 #286 #240 #293 #301 #302

Cascading filters

Now the left panel filters are cascading filters: values chosen for above filters will be taken into account for below filters. Also, optional filters are not shown at first but can be added via a menu.

#271

Misc

  • Banner and icons have been removed on the homepage #297
  • Ordinal dimensions values are now sorted in various places (legend, right filters, tooltips) #262
  • Dataset loading errors have been improved #304
  • 🐛 By default, search results are sorted by relevance #273
  • A small description text is shown while browsing all datasets #268
  • Drag and drop is available on all the row, not only on the icon for table chart groups #265
  • beta Hierarchical filters are available behind a flag on the "red list" dataset #233
  • 🐛 Links from openswissdata should work correctly #303 #314