1
0
Fork 0
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:
Jose Farias 2024-04-20 17:31:36 -06:00
parent e7e4127398
commit e8cabd9d42
3 changed files with 3 additions and 6 deletions

View file

@ -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