Commit 00495fc0 authored by 高滢's avatar 高滢

feat(首页): 标准分类

parent 1980603e
<template>
<div ref="chart" style="width: 100%; height: 300px"></div>
<div
ref="chart"
style="width: 100%; height: 300px; display: flex; justify-content: center"
></div>
</template>
<script>
export default {
......@@ -36,8 +39,7 @@ export default {
{
name: 'Nightingale Chart',
type: 'pie',
radius: ['40%', '50%'],
center: ['50%', '50%'],
radius: ['30%', '40%'],
roseType: 'area',
itemStyle: {
borderRadius: 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment