Releases: visualize-admin/visualization-tool
Releases · visualize-admin/visualization-tool
3.4.2
- Hide all elements related to labels, not only text by @bprusinowski in #387
- Do not set automatically empty filters by @ptbrowne in #384
- Do not show standard error in possible filters by @ptbrowne in #395
- Improved browsing by @ptbrowne in #396
- Map improvements by @bprusinowski in #397
Full Changelog: v3.4.0...v3.4.2
3.4.0
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
- Page titles by @ptbrowne in #331
- feat: Display counts per theme / organisations depending on search by @ptbrowne in #329
- fix: Discrete color scales with < 3 values + display lakes and rivers by @bprusinowski in #309
- Draft : update messages.po by @AnninaWalker in #333
- Layout improvements by @ptbrowne in #337
- Update messages.po by @AnninaWalker in #338
- Update messages.po by @AnninaWalker in #340
- Update messages.po by @AnninaWalker in #339
- Improve filter value selection by @ptbrowne in #343
- Add Swisstopo light base layer by @bprusinowski in #351
- Error bars 1 by @ptbrowne in #352
- Initial zoom to bounding box of visible shapes / symbols for maps by @bprusinowski in #354
- Error bars 2 by @ptbrowne in #356
- fix: Color segmentation filtering by @ptbrowne in #359
- Checkbox for standard error by @ptbrowne in #366
- Use booleans in map rendering condition by @bprusinowski in #364
- Add shapes & points filtering to maps by @bprusinowski in #367
- Map style updates by @bprusinowski in #361
- Fix newer cubes sorting by version in RDF query by @bprusinowski in #371
- feat: Only load relevant values in right filter by @ptbrowne in #377
- Hide map labels by @ptbrowne in #379
New Contributors
- @AnninaWalker made their first contribution in #333
Full Changelog: v3.3.0...v3.4.0
3.3.0
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.
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