sparkline: unified coloring - vertical gradient from colorAt/thresholds, stroke line, 1px border, consistent 32px height
This commit is contained in:
parent
e1d20c2407
commit
c64373313d
6 changed files with 85 additions and 88 deletions
|
|
@ -104,7 +104,8 @@ Column {
|
|||
width: 32
|
||||
height: 10
|
||||
history: root.cores[parent.parent.index]?.history ?? []
|
||||
color: parent.parent._barColor
|
||||
strokeColor: parent.parent._barColor
|
||||
colorAt: v => S.Theme.loadColor(v)
|
||||
active: root.active
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue