Files
vf_react/src/views/AgentChat/neuratalk/components/Chart/data.tsx
2025-11-22 08:57:37 +08:00

31 lines
417 B
TypeScript

export const data = [
{
name: "Oct 16",
tp: 32456,
},
{
name: "Oct 17",
tp: 52456,
},
{
name: "Oct 18",
tp: 21456,
},
{
name: "Oct 19",
tp: 27456,
},
{
name: "Oct 20",
tp: 52456,
},
{
name: "Oct 21",
tp: 22456,
},
{
name: "Oct 22",
tp: 32456,
},
];