Fix story of network card
This commit is contained in:
parent
80a0fd68d9
commit
c44e39539e
|
@ -16,21 +16,18 @@ type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
export const GoodStats: Story = {
|
export const GoodStats: Story = {
|
||||||
args: {
|
args: {
|
||||||
uploadRate: [1, 4, 23, 61, 34],
|
latency:[55, 31, 5, 14, 20, 81, 50, 34, 12, 50, 4, 90, 56, 35, 59]
|
||||||
downloadRate: [20, 3, 40, 56, 32],
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const BadStats: Story = {
|
export const BadStats: Story = {
|
||||||
args: {
|
args: {
|
||||||
uploadRate: [1, 4, 23, 55],
|
latency:[55, 31, 5, 14, 20, 81, 50, 34, 12, 50, 4, 90, 56, 35, ]
|
||||||
downloadRate: [20, 3, 40, 56, 80],
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const NoStats: Story = {
|
export const NoStats: Story = {
|
||||||
args: {
|
args: {
|
||||||
uploadRate: [],
|
latency:[]
|
||||||
downloadRate: [],
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue