Skip to content

Commit 550ba42

Browse files
author
iexitdev
committed
Make radar docs data more distinct
1 parent 7da12c2 commit 550ba42

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/site/src/previews/data.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ export const candlebarPrices = [
134134
];
135135

136136
export const radarBenchmarks = [
137-
{ metric: "Speed", current: 84, target: 76, industry: 68 },
138-
{ metric: "Polish", current: 69, target: 88, industry: 74 },
139-
{ metric: "A11y", current: 91, target: 84, industry: 79 },
140-
{ metric: "Depth", current: 62, target: 82, industry: 70 },
141-
{ metric: "Control", current: 86, target: 78, industry: 90 },
142-
{ metric: "Export", current: 58, target: 80, industry: 66 }
137+
{ metric: "Speed", current: 92, target: 78, industry: 54 },
138+
{ metric: "Polish", current: 48, target: 94, industry: 72 },
139+
{ metric: "A11y", current: 96, target: 86, industry: 61 },
140+
{ metric: "Depth", current: 38, target: 88, industry: 76 },
141+
{ metric: "Control", current: 84, target: 64, industry: 91 },
142+
{ metric: "Export", current: 42, target: 82, industry: 58 }
143143
];
144144

145145
export const comboRevenue = [

docs/charts/radar.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This chart is available in Chart Kit Pro. Install it once from
1818
import { RadarChart } from "@chart-kit/pro";
1919

2020
const benchmarks = [
21-
{ metric: "Speed", current: 84, target: 76, industry: 68 },
22-
{ metric: "Polish", current: 69, target: 88, industry: 74 },
23-
{ metric: "A11y", current: 91, target: 84, industry: 79 },
24-
{ metric: "Depth", current: 62, target: 82, industry: 70 },
25-
{ metric: "Control", current: 86, target: 78, industry: 90 },
26-
{ metric: "Export", current: 58, target: 80, industry: 66 }
21+
{ metric: "Speed", current: 92, target: 78, industry: 54 },
22+
{ metric: "Polish", current: 48, target: 94, industry: 72 },
23+
{ metric: "A11y", current: 96, target: 86, industry: 61 },
24+
{ metric: "Depth", current: 38, target: 88, industry: 76 },
25+
{ metric: "Control", current: 84, target: 64, industry: 91 },
26+
{ metric: "Export", current: 42, target: 82, industry: 58 }
2727
];
2828

2929
export function QualityRadar() {

0 commit comments

Comments
 (0)