---
title: "Charts just got a make-over ✨"
slug: 2022-11-14-charts-just-got-a-make-over
date: 2022-11-14
type: improvement
tags: ["analysis"]
url: https://invertbio.com/changelog/2022-11-14-charts-just-got-a-make-over
---

# Charts just got a make-over ✨

Following the addition of formulas in the previous release, charts had some quirks and UX that needed improving.

## 💯 A table

Underneath every chart we've introduced a table that replaced the awkward tooltip on hover. It displays the value for the current hovered position (or its nearest neighbour).

When not hovered you can select different statistics: mean, sum, standard deviation, min and max, to easily compare runs against each other.

## 🔥 Tooltips

We did not kill tooltips, but we made them much more usable. Instead of showing everything (better viewed in the table), we now only show the value of the most recently hovered line.

If you highlight one or more lines the tooltip will show values for all the highlighted lines. Highlight a line by clicking the corresponding colour in the table or directly on the line.

## 🔣 Units: same same, but different

Often you want to plot a handful of metrics in the same chart. Before, each would get its own axis. Now you decide whether metrics that share units should also share axes. Toggle "Combine shared y-axes" depending on what's useful in your context.

**Other fixes in this release**

- Fix where sometimes you could not add/remove quantities
- Fix for zero-values shown as `-` not `0`
- Made it clearer that mappings can process multiple files
- Better state management for uploading multiple files
- Fix for run start dates not displaying as date-time
- Removed denominator in groups until filter applied
- Moved the "add prop" button on the run/edit page to be more visible
- Filtered away unsuccessful ingestions from status page
- Made search only search for one type of data at a time
- Fix for hidden checked checkbox on metrics page
- Fix for unneeded scrollbars for non-Mac users
- Fix for Ctrl+Click "Open" button on parent run not opening in a new tab
- Fix for duplicate y-axis ticks
- Fix the chart/table height distribution for small screen sizes
- Reset highlighting when chart filters/quantities change
