mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
last 7 days dashboard card design fixes
This commit is contained in:
@@ -8,7 +8,7 @@ const props = defineProps<{
|
||||
|
||||
const seriesData = props.history.map((el) => {
|
||||
return {
|
||||
value: Math.max(el, 10),
|
||||
value: el,
|
||||
...{
|
||||
itemStyle: {
|
||||
borderWidth: 1,
|
||||
|
||||
Reference in New Issue
Block a user