no message
Former-commit-id: c7d4f035ae65745c352a251a90aed0ff1f63bb6e Former-commit-id: 9d1ed97b543b24b15c5eb5b41d487dc5e624d83f Former-commit-id: 9577e9080fee8196fef245ee4f19260c94d1efc4
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-pie-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-pie-base>
|
<d2-chart-pie-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-pie-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-area-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-area-base>
|
<d2-chart-area-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-area-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-bar-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-bar-base>
|
<d2-chart-bar-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-bar-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-column-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-column-base>
|
<d2-chart-column-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-column-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-line-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-line-base>
|
<d2-chart-line-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-line-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-line-step slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-line-step>
|
<d2-chart-line-step slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-line-step>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
ChartDemoCard: () => import('../components/ChartDemoCard.vue')
|
'd2-demo-chart-card': () => import('../components/d2-demo-chart-card.vue')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-nightingale-rose-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-nightingale-rose-base>
|
<d2-chart-nightingale-rose-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-nightingale-rose-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<d2-container type="ghost" :responsive="true">
|
<d2-container type="ghost" :responsive="true">
|
||||||
<ChartDemoCard class="d2-mb" v-bind="card" @resize="$refs.chart.resize()">
|
<d2-demo-chart-card v-bind="card" @resize="$refs.chart.resize()">
|
||||||
<d2-chart-radar-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-radar-base>
|
<d2-chart-radar-base slot-scope="{data}" ref="chart" :data="data" v-bind="chart"></d2-chart-radar-base>
|
||||||
</ChartDemoCard>
|
</d2-demo-chart-card>
|
||||||
<el-card>
|
|
||||||
<d2-markdown url="/static/md/组件 - 图表.md"/>
|
|
||||||
</el-card>
|
|
||||||
</d2-container>
|
</d2-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user