mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Dark mode arrow
This commit is contained in:
4
public/v1/js/ff/charts.js
vendored
4
public/v1/js/ff/charts.js
vendored
@@ -410,13 +410,13 @@ function drawAChart(URL, container, chartType, options, colorData) {
|
||||
mode: 'vertical',
|
||||
scaleID: 'x-axis-0',
|
||||
value: drawVerticalLine,
|
||||
borderColor: 'red',
|
||||
borderColor: lineColor,
|
||||
borderWidth: 1,
|
||||
label: {
|
||||
backgroundColor: 'rgba(0,0,0,0)',
|
||||
fontFamily: "sans-serif",
|
||||
fontSize: 12,
|
||||
fontColor: "#333",
|
||||
fontColor: lineTextColor,
|
||||
position: "right",
|
||||
xAdjust: -20,
|
||||
yAdjust: -125,
|
||||
|
||||
Reference in New Issue
Block a user