31 lines
417 B
TypeScript
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,
|
|
},
|
|
];
|