mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-27 09:09:41 +02:00
Use same stroke width on all trend lines
This commit is contained in:
parent
e7e4127398
commit
e8cabd9d42
3 changed files with 3 additions and 6 deletions
|
@ -6,8 +6,7 @@ export default class extends Controller {
|
|||
static values = {
|
||||
data: Object,
|
||||
useLabels: Boolean,
|
||||
useTooltip: Boolean,
|
||||
strokeWidth: { type: Number, default: 2 }
|
||||
useTooltip: Boolean
|
||||
}
|
||||
|
||||
#d3SvgMemo = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue