visualization-tool
visualization-tool copied to clipboard
The tool for visualizing Swiss Open Government Data. Project ownership: Federal Office for the Environment FOEN
Currently, we link to a TypeScript file with a lot of nested io-ts type definitions – it's quite hard to understand the "resolved" type we actually expect. We should have...
The canvas layout would be a bit easier to interact with if there the compaction method had some "wrapping" behavior. A [POC PR](https://github.com/visualize-admin/visualization-tool/pull/1529) is available here but it has some...
Use a custom version of the library where the compaction type "horizontal" works in "wrap" mode. Edit: It seems like the horizontal compaction prevents making a tall layout. aab aa...
> Any suspicions on why some tests do not work on CI? 🕵️♂️ _Originally posted by @bprusinowski in https://github.com/visualize-admin/visualization-tool/pull/1569#pullrequestreview-2106901251_ 5 tests have been marked as `@noci` since they do not...
Short exploration to see if a zoom feature would be possible/useful for dashboards. - [x] Buttons allow to zoom in / out - [ ] Chart interactivity is disabled when...
### Wrapping behavior Right now, when moving charts around, the way they move themselves is a bit suboptimal and a "wrapping" behavior could enhance it. An [initial PR](https://github.com/visualize-admin/visualization-tool/pull/1529) had been...
Since there were database migrations to be ran, a new postgres database was created, so that the preview db is not disrupted, see https://github.com/visualize-admin/visualization-tool/pull/1538#issuecomment-2136711615 for context. > Changes to the...
When adding a new chart from another data set, a panel to select another data set is shown.  If the user is using a trackpad to interact with the...
I hit a problem while working on migration. It might be indicative of something wrong with how we structure migrations, we may have to use `migrationprops: current(draft)` instead of `migrationProps:...
**Is your enhancement related to a problem? Please describe.** I'm frustrated with the current state where users have to manually click on 'show filters' to display the interactive filter dropdown(s)....