REF use updated core api
This commit is contained in:
parent
193a9dd759
commit
6d4cfd33d8
2
core
2
core
|
@ -1 +1 @@
|
||||||
Subproject commit 386b543405c8932045500bef836adea5d8f5abae
|
Subproject commit d062e16c73238f43d8849add97f38b9c125b456e
|
|
@ -453,7 +453,8 @@ M.compound_bar = function(x, y, w, pad, labels, spacing, thickness, threshold)
|
||||||
Line.style(
|
Line.style(
|
||||||
thickness,
|
thickness,
|
||||||
Theme.INDICATOR_BG,
|
Theme.INDICATOR_BG,
|
||||||
CAIRO_LINE_JOIN_MITER
|
CAIRO_LINE_JOIN_MITER,
|
||||||
|
true
|
||||||
),
|
),
|
||||||
threshold_indicator(threshold),
|
threshold_indicator(threshold),
|
||||||
spacing,
|
spacing,
|
||||||
|
|
Loading…
Reference in New Issue