|
@@ -11,7 +11,7 @@
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
element-loading-text="加载中..."
|
|
|
>
|
|
|
- <chart :options="options" :chartId="1" />
|
|
|
+ <chart :options="options" :chartId="chartInfo.ChartInfoId" />
|
|
|
</div>
|
|
|
</template>
|
|
|
<div class="chart-wrapper notfound" v-else>
|
|
@@ -347,9 +347,9 @@ export default defineComponent({
|
|
|
};
|
|
|
|
|
|
//农历图调整顶部缩进
|
|
|
- if (state.chartInfo.Calendar === '农历') chart = {
|
|
|
- spacingTop: -24,
|
|
|
- }
|
|
|
+ // if (state.chartInfo.Calendar === '农历') chart = {
|
|
|
+ // spacingTop: -24,
|
|
|
+ // }
|
|
|
|
|
|
state.options = {
|
|
|
colors:
|