Lighthouse
Grouped Bar Charts
Supports 1 or more records and shows a bar chart for each metric, grouped by its label.
It’s mainly useful to contrast different metrics, or even better, different metrics across different URLs. You can have up to 2 units in the same chart (left and right Y-axis).
GroupedBarChart
You can use `VARIABLE` for url to render multiple metrics of the currently selected test
FCP
LCP
SI
GroupedBarChart
Or you can use `EACH_PAGE` to render multiple metrics but for each page tested
FCP
LCP
SI
GroupedBarChart
Or you can repeat for each of the runs in a measurement by using Run `EACH_RUN`.
FCP
LCP
SI
GroupedBarChart
Or you can even repeat for each of the runs on each of the URLs in a measurement by using both `EACH_RUN` and `EACH_PAGE`.
FCP
LCP
SI
GroupedBarChart
You can use up to 2 different units (left/right Y-axis) in the same chart
FCP
LCP
TBT
SI
CLS