Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 4c509f9

Browse files
author
Christian Lehner
committed
fix barely visible error bars and values
1 parent 4152ccb commit 4c509f9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

samples/horizontal-tree.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
11
6767
],
6868
errorBars: {
69-
'A': {plus: 25, minus: -2},
70-
'C1.2': {plus: 14, minus: -4}
69+
'A': {plus: 1, minus: 0.5},
70+
'C1.2': {plus: 1.5, minus: -3}
7171
},
7272
}]
7373
};
@@ -106,6 +106,11 @@
106106
offsetGridLines: true
107107
}
108108
}]
109+
},
110+
plugins: {
111+
chartJsPluginErrorBars: {
112+
color: '#999'
113+
}
109114
}
110115
}
111116
});

0 commit comments

Comments
 (0)