Skip to content

Commit 5dc9a85

Browse files
committed
chore: docs clarifications
1 parent 83a85e3 commit 5dc9a85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vitepress/theme/NChartsHome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const data: BarChartData = {
329329
</div>
330330
<div class="rounded-2xl border border-slate-200 bg-white/80 p-6 text-center backdrop-blur-sm dark:border-slate-700 dark:bg-slate-800/80">
331331
<div class="bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-3xl font-bold text-transparent">
332-
60fps
332+
120fps
333333
</div>
334334
<div class="text-slate-600 dark:text-slate-300">Animation Performance</div>
335335
</div>

.vitepress/theme/PluginsHome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const plugins = [
1212
featured: true,
1313
stats: {
1414
chartTypes: '9+',
15-
performance: '60fps',
15+
performance: '120fps',
1616
platforms: 'iOS & Android',
1717
},
1818
},

.vitepress/theme/components/ChartShowcase.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const activeChart = ref('line');
112112
<div class="space-y-4 text-slate-600 dark:text-slate-300">
113113
<div class="flex items-start gap-3">
114114
<div class="mt-2 h-1.5 w-1.5 rounded-full bg-blue-500"></div>
115-
<p>Smooth animations with 60fps performance</p>
115+
<p>Smooth animations at up to 120fps on ProMotion displays</p>
116116
</div>
117117
<div class="flex items-start gap-3">
118118
<div class="mt-2 h-1.5 w-1.5 rounded-full bg-emerald-500"></div>

0 commit comments

Comments
 (0)