diff --git a/src/components/LatestWeekYield.vue b/src/components/LatestWeekYield.vue index 2d6132a..cff5a52 100644 --- a/src/components/LatestWeekYield.vue +++ b/src/components/LatestWeekYield.vue @@ -12,45 +12,45 @@ const show = ref(false); onMounted(() => { chartContainer.value.classList.add("h-full"); - // const d = loadData(store.data2.lineSevenDayLogList); - const d = loadData([ - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢一线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢二线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢三线", - }, - ]); + const d = loadData(store.data2.lineSevenDayLogList); + // const d = loadData([ + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢一线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢二线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢三线", + // }, + // ]); if (!d) { show.value = false; if (chartInstance.value) { @@ -67,45 +67,45 @@ onMounted(() => { // 订阅 store.$subscribe((mutation, state) => { - // const d = loadData(state.data2.lineSevenDayLogList); - const d = loadData([ - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢一线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢二线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢三线", - }, - ]); + const d = loadData(state.data2.lineSevenDayLogList); + // const d = loadData([ + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢一线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢二线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢三线", + // }, + // ]); if (!d) { show.value = false; if (chartInstance.value) {