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

feat(首页): 标准分类

parent 1980603e
<template> <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> </template>
<script> <script>
export default { export default {
...@@ -36,8 +39,7 @@ export default { ...@@ -36,8 +39,7 @@ export default {
{ {
name: 'Nightingale Chart', name: 'Nightingale Chart',
type: 'pie', type: 'pie',
radius: ['40%', '50%'], radius: ['30%', '40%'],
center: ['50%', '50%'],
roseType: 'area', roseType: 'area',
itemStyle: { itemStyle: {
borderRadius: 10 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