Questions tagged [data]
Numerical or other information represented in a form suitable for processing by computer.
316 questions
1 vote
2 answers
88 views
Experimenting with Nested Containers for Data Relation Visualization
I’ve been exploring ways to better communicate data relationships in a dashboard. The original layout showed three metrics side-by-side: Total Datas, Datas Imported, and Datas Mapped. But since there’...
1 vote
1 answer
88 views
Filters not applicable to all charts - Data Dashboard
I'm working on a data dashboard, with filters. We've done a couple of feasibility meeting with the dev team and they mentioned some of the filters are not applicable to 3 charts. Note that these ...
1 vote
2 answers
103 views
Best way to present user details for review. Single vs multiple pages?
My application has 3 sections (20 pieces of data in total) and the user can part-complete an application and pick it up again later to finish. If I wanted the user to review their previously entered ...
4 votes
2 answers
2k views
How to make a wall of unicode symbols useful?
I am having fun playing around making a dictionary app, one part of which is adding pages teaching about scripts. One script page is on Tibetan consonants. I am trying to keep every page extremely ...
1 vote
1 answer
131 views
The state of the art / UX of multi-user data editing (at the same time)?
What are the best practices or what is the "state of the art" of having multiple users edit data in an admin panel UI? I am working on a dictionary app where you can in theory create a ...
1 vote
1 answer
335 views
7 fixed columns with horizontal scroll in complex data table
I have been trying to define the UX of a complex data table that needs to have the first 6-7 columns fixed followed by infinite weekly data columns. The weekly data columns need to have a horizontal ...
0 votes
2 answers
142 views
How best to handle deviation in this ui?
I was initially trying to create a component, that would by default show changes in deviation over time. On hover, the badge would slide over to show the exact total in change. ie if you started with ...
1 vote
1 answer
141 views
Encouraging users to 'group' very large data sets
We have a product that requires users to import large data sets (100+ rows) and then 'group' those datasets into buckets within the product. This is part of the set-up process so that they can start ...
1 vote
1 answer
102 views
Clarifying a simple list of data changes
On the left side I have a list of (currently) 3 items. These items have their own list of changes on the right. See screenshot: This represents "new data --> [position]". The application ...
3 votes
1 answer
204 views
How to display a multi-valued heatmap chart
I will try to describe the issue in a simulation similar to my case, I went with the vehicles: A company that performs tests for vehicles of the types (Truck, Car, Motorcycle) wants to display score ...
5 votes
3 answers
1k views
When data is grouped in a table, should pagination be based on individual rows or groups?
I have a table of data pertaining to stores. The user has the ability to group the data by Store Name, which will display the Store Names in a collapsed view with a (#) that indicates how many rows ...
2 votes
1 answer
140 views
Table that mixes different type of data
I am designig a SaaS product and it has a table that is mixing different types of data. It's a sort of register that lists all customers' assets. It provides a ton of value to the users, giving them a ...
1 vote
1 answer
72 views
Is a data download a viable text-alternative to a visual chart?
I have a dashboard with various different at-a-glance charts. For some of them (such as pie charts) it's simple to offer a toggle / alternative view to change from chart to table view, but for more ...
1 vote
1 answer
222 views
Showing year on year data visually in a map
I am working on visualizing year-on-year data in a map. This data needs to be shown on the map, show what year the data was recorded in, and convey the frequency/total amount of records at a specific ...
1 vote
2 answers
233 views
How to: User offboarding with active paid subscription?
How should an application behave when a user triggers his accounts deletion while having an active paid subscription? I'm talking about completely deleting the account, not pausing a subscription. For ...