Skip to content

Commit

Permalink
fix: remove unit for CLS timeseries panel
Browse files Browse the repository at this point in the history
  • Loading branch information
VikaCep committed Sep 13, 2024
1 parent 34f8369 commit ced6802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/BROWSER/WebVitals/cumulativeLayoutShift.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function getCumulativeLayoutShift(metrics: DataSourceRef) {
},
fieldConfig: {
defaults: {
unit: 'ms',
unit: 'none',
custom: {
drawStyle: GraphDrawStyle.Line,
fillOpacity: 10,
Expand Down

0 comments on commit ced6802

Please sign in to comment.