Questions tagged [info-visualisation]
Refers to an artefact created for the purpose of communicating a message from a specific set of information or data in a visual manner (e.g. images, diagrams, infographics, animations), or any techniques that can be used to create such artefacts.
638 questions
2 votes
2 answers
116 views
What name is used for the UI style that shows visual history with overlapping windows?
The specific example I have in mind is used by Ward Cunningham's wiki software at http://wiki.c2.com. (While this is a website, the same UX concept would also work on a native desktop app; e.g. a '...
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
98 views
How can I visualize 24-hour activity compositions without using radial charts?
I’m working with accelerometer-derived activity data where each subject has a 24-hour daily composition of time spent in sleep, inactivity, light activity, and MVPA. I have: Individual-level daily ...
0 votes
2 answers
145 views
How do you handle large datasets in a chart?
I'm building a multi-line chart using Chart.js, and I'm concerned about what to do when the number of lines becomes too high — for instance, more than 40 lines, or even 100. At that point, the chart ...
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
1 answer
85 views
How can I simplify the visualization of comparative data across two dates and two variables to make it more compact and easier to interpret?
I am working on an analytics dashboard that allows the user to select a specific date among circular charts in the landing page. each chart contains coloring between variable 1 and benchmark of ...
1 vote
3 answers
167 views
How to visually indicate that a default rule has been overridden?
Background I'm designing a new feature for a B2B web app that allows restaurant staff to split non-cash tips among multiple workers. For example, restaurant patrons leave servers a tip, but servers ...
0 votes
1 answer
179 views
How do i present a table with 4 "dimensions"
What would be a good design for the user to interact with a dataset that has 4 "dimensions", and one of them is editable. It's presented on web, so i have all kind of user interaction in the ...
6 votes
3 answers
1k views
What is the best chart or infographics to present a Confidence Index Ranking?
Let's say there is some Confidence Ranking - i.e. Consumer Confidence Ranking. Year Rank 2010 1 2011 2 2012 2 2013 5 2014 7 2015 8 The rank is going down - i.e consumer confidence is going down - i.e. ...
0 votes
2 answers
113 views
Is it appropriate to modify a box plot to show salary ranges instead of quartiles?
I’m working on a design project where I need to visualize salary data across different roles. I’m considering using a modified box plot to show the salary ranges (minimum, median, maximum salary) ...
1 vote
1 answer
78 views
How to display a heat map of range plots?
I am doing a bibliometric study and I am attempting to show the age ranges frequently studied in a particular field of research. Each study typically picks an age range to pick their participants from,...
1 vote
1 answer
96 views
Has any more abstract representation of choropleth data been measured as more impactful than the Mercator world map projection version
Has anyone studied seriously the impact of the shape of the world when conveying data about people on land? If so, did they compare our Western Mercator projection with abstract ideas? We are ...
0 votes
1 answer
54 views
Enterprise Data Visualisation Tools Suggestions
I'm looking a very specific data visualisation tool for my use case; The specific solution needs to be able to do the following ; Fetch data from multiple sources, including REST API, so not just JS ...
0 votes
1 answer
509 views
How to apply data visualization colors on a dashboard with many chart types?
I'm working on a dashboard for a SaaS application. I'm having a hard time selecting the right colors for each of the graphs despite all of the data visualization color resources I've gone through. ...
0 votes
3 answers
273 views
Improving Time Series Visualization for Multiple Variables
I'm seeking advice on how to enhance a time series visualization I've created. Currently, I have plotted a line chart to compare the rate of change of deaths for multiple countries during covid19. ...