mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -3,7 +3,7 @@
|
|||
<p>Various styles of a line series can be customized to display customizations like an area chart.</p>
|
||||
</DocSectionText>
|
||||
<div class="card">
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-30rem" />
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-[30rem]" />
|
||||
</div>
|
||||
<DocSectionCode :code="code" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" />
|
||||
</template>
|
||||
|
@ -19,12 +19,12 @@ export default {
|
|||
chartOptions: null,
|
||||
code: {
|
||||
basic: `
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-30rem" />
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-[30rem]" />
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-30rem" />
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-[30rem]" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -116,7 +116,7 @@ export default {
|
|||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-30rem" />
|
||||
<Chart type="line" :data="chartData" :options="chartOptions" class="h-[30rem]" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue