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

Visualisation of table data #365

Closed
imsk111 opened this issue Feb 17, 2023 · 5 comments · Fixed by #374
Closed

Visualisation of table data #365

imsk111 opened this issue Feb 17, 2023 · 5 comments · Fixed by #374
Assignees
Labels
enhancement New feature or request Ubilabs

Comments

@imsk111
Copy link
Contributor

imsk111 commented Feb 17, 2023

To improve data exploration a visual representation of key data should be added to the right side of the panel.

It could extract selected data from the table and display it as a bar graph (others may follow later).

The data coloumn to display should be selectable. (maybe later the type of visualisation).

@annikabock
Copy link
Collaborator

annikabock commented Feb 20, 2023

Should this automatically be shown, when map is hidden? Or should the user have the possibility to select the extracted data from all possible data?

@imsk111

@imsk111
Copy link
Contributor Author

imsk111 commented Feb 25, 2023

A little more detail (with opportunities for suggestions):

  1. It sounds like a good idea to show this only, when the map is hidden due to space restrictions with map shown, yes.
  2. The selection of the data may happen by marking a coloumn of the data shown in the table (so only the selcted data)
  3. We could start with just a bar chart / histogram, since the data maps to discrete entities
  4. Ideally this should follow the sequence of the rows shown in the table, meaning it can be rearranged by clicking on any of the coloums in the table, since this changes the order of the rows in the table (current functionality already implemented).

@annikabock
Copy link
Collaborator

@imsk111 Wäre es eine Idee einen Toggle einzubauen, der map und chart austauscht und wir dann analog zu der tabelle auf der rechten Seite auch links ein Dropdown anbieten, wo die Kennzahlen aus der Tabelle rechts verfügbar sind. Dann zusätzlich eine Auswahl des Diagrammtyps?

Was meinst du dazu?

@imsk111
Copy link
Contributor Author

imsk111 commented Mar 3, 2023

Toggle + swap sounds good ...

Die Auswahl des Diagrammtyps kann gern über ein Dropdown erfolgen. Ich denke nur, dass wir mit einem Barchart erstmal gut bedinet sind, da die Informationen immer diskreten Einheiten (Building Blocks, Districts) zugeordnet sind. Weitere Diagrammtypen wären dann eine Option für später. Gut wäre zusätzlich noch, wenn die Reihenfolge der Reihenfolge der Zeilen in der Tabelle folgt. So könnten wir einfach nach bestimmten Parmatern sortieren.

@annikabock
Copy link
Collaborator

Also die Empfehlung ist, in en TabellenHeader zusätzlich zum Sortierungspfeil ein Icon einzublenden, mit dem das Diagramm angezeigt wird. Die Karte würden wir dann nur auf diese Aktion hin ausblenden, um weniger Klicks zu produzieren.

Initial wird eine Barchart angeboten.

Issue #366 würde dann nicht benötigt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Ubilabs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants