Skip to content

Commit e6dc48a

Browse files
author
Maxim Egorushkin
committed
Chart styling.
1 parent a54c416 commit e6dc48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/benchmarks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $(function() {
112112
plotOptions: {
113113
errorbar: {
114114
stemWidth: 1,
115-
// whiskerLength: 6,
115+
whiskerLength: 3,
116116
lineWidth: 1,
117117
dashStyle: 'Solid',
118118
enableMouseTracking: false,
@@ -263,7 +263,7 @@ $(function() {
263263
series: { stacking: 'normal' },
264264
errorbar: {
265265
stemWidth: 1,
266-
// whiskerLength: 6,
266+
whiskerLength: 3,
267267
lineWidth: 1,
268268
dashStyle: 'Solid',
269269
enableMouseTracking: false,

0 commit comments

Comments
 (0)