This commit is contained in:
DESKTOP-FUDKNA8\znjsz 2024-03-15 14:49:00 +08:00
parent bb44001961
commit cfcdf4eb0a

View File

@ -12,45 +12,45 @@ const show = ref(false);
onMounted(() => { onMounted(() => {
chartContainer.value.classList.add("h-full"); chartContainer.value.classList.add("h-full");
// const d = loadData(store.data2.lineSevenDayLogList); const d = loadData(store.data2.lineSevenDayLogList);
const d = loadData([ // const d = loadData([
{ // {
data: [ // data: [
{ day: "10-10", num: Math.floor(Math.random() * 500) }, // { day: "10-10", num: Math.floor(Math.random() * 500) },
{ day: "10-11", 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-12", num: Math.floor(Math.random() * 500) },
{ day: "10-13", 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-14", num: Math.floor(Math.random() * 500) },
{ day: "10-15", num: Math.floor(Math.random() * 500) }, // { day: "10-15", num: Math.floor(Math.random() * 500) },
{ day: "10-16", num: Math.floor(Math.random() * 500) }, // { day: "10-16", num: Math.floor(Math.random() * 500) },
], // ],
name: "钢一线", // name: "线",
}, // },
{ // {
data: [ // data: [
{ day: "10-10", num: Math.floor(Math.random() * 500) }, // { day: "10-10", num: Math.floor(Math.random() * 500) },
{ day: "10-11", 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-12", num: Math.floor(Math.random() * 500) },
{ day: "10-13", 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-14", num: Math.floor(Math.random() * 500) },
{ day: "10-15", num: Math.floor(Math.random() * 500) }, // { day: "10-15", num: Math.floor(Math.random() * 500) },
{ day: "10-16", num: Math.floor(Math.random() * 500) }, // { day: "10-16", num: Math.floor(Math.random() * 500) },
], // ],
name: "钢二线", // name: "线",
}, // },
{ // {
data: [ // data: [
{ day: "10-10", num: Math.floor(Math.random() * 500) }, // { day: "10-10", num: Math.floor(Math.random() * 500) },
{ day: "10-11", 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-12", num: Math.floor(Math.random() * 500) },
{ day: "10-13", 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-14", num: Math.floor(Math.random() * 500) },
{ day: "10-15", num: Math.floor(Math.random() * 500) }, // { day: "10-15", num: Math.floor(Math.random() * 500) },
{ day: "10-16", num: Math.floor(Math.random() * 500) }, // { day: "10-16", num: Math.floor(Math.random() * 500) },
], // ],
name: "钢三线", // name: "线",
}, // },
]); // ]);
if (!d) { if (!d) {
show.value = false; show.value = false;
if (chartInstance.value) { if (chartInstance.value) {
@ -67,45 +67,45 @@ onMounted(() => {
// //
store.$subscribe((mutation, state) => { store.$subscribe((mutation, state) => {
// const d = loadData(state.data2.lineSevenDayLogList); const d = loadData(state.data2.lineSevenDayLogList);
const d = loadData([ // const d = loadData([
{ // {
data: [ // data: [
{ day: "10-10", num: Math.floor(Math.random() * 500) }, // { day: "10-10", num: Math.floor(Math.random() * 500) },
{ day: "10-11", 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-12", num: Math.floor(Math.random() * 500) },
{ day: "10-13", 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-14", num: Math.floor(Math.random() * 500) },
{ day: "10-15", num: Math.floor(Math.random() * 500) }, // { day: "10-15", num: Math.floor(Math.random() * 500) },
{ day: "10-16", num: Math.floor(Math.random() * 500) }, // { day: "10-16", num: Math.floor(Math.random() * 500) },
], // ],
name: "钢一线", // name: "线",
}, // },
{ // {
data: [ // data: [
{ day: "10-10", num: Math.floor(Math.random() * 500) }, // { day: "10-10", num: Math.floor(Math.random() * 500) },
{ day: "10-11", 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-12", num: Math.floor(Math.random() * 500) },
{ day: "10-13", 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-14", num: Math.floor(Math.random() * 500) },
{ day: "10-15", num: Math.floor(Math.random() * 500) }, // { day: "10-15", num: Math.floor(Math.random() * 500) },
{ day: "10-16", num: Math.floor(Math.random() * 500) }, // { day: "10-16", num: Math.floor(Math.random() * 500) },
], // ],
name: "钢二线", // name: "线",
}, // },
{ // {
data: [ // data: [
{ day: "10-10", num: Math.floor(Math.random() * 500) }, // { day: "10-10", num: Math.floor(Math.random() * 500) },
{ day: "10-11", 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-12", num: Math.floor(Math.random() * 500) },
{ day: "10-13", 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-14", num: Math.floor(Math.random() * 500) },
{ day: "10-15", num: Math.floor(Math.random() * 500) }, // { day: "10-15", num: Math.floor(Math.random() * 500) },
{ day: "10-16", num: Math.floor(Math.random() * 500) }, // { day: "10-16", num: Math.floor(Math.random() * 500) },
], // ],
name: "钢三线", // name: "线",
}, // },
]); // ]);
if (!d) { if (!d) {
show.value = false; show.value = false;
if (chartInstance.value) { if (chartInstance.value) {