|
@@ -65,7 +65,7 @@ export default defineComponent({
|
|
|
if (myChart) {
|
|
|
myChart.dispose();
|
|
|
}
|
|
|
- myChart = echarts.init(echratsRef.value, {}, { renderer: 'svg' });
|
|
|
+ myChart = echarts.init(echratsRef.value);
|
|
|
const option: EChartsOption = {
|
|
|
title: {
|
|
|
text: list.value
|
|
@@ -77,7 +77,7 @@ export default defineComponent({
|
|
|
subtext: '在读人数',
|
|
|
textAlign: 'center',
|
|
|
left: '48%',
|
|
|
- top: '38%',
|
|
|
+ top: '36%',
|
|
|
textStyle: {
|
|
|
fontSize: '22px',
|
|
|
fontWeight: 'bold',
|