Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9600bfc

Browse files
author
mahdis-z
committed
more modifications!
1 parent 91d9d0a commit 9600bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/plotly_js/basic/waterfall/2015-04-09-multi_category-waterfall-charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
];
3333
var layout = {
34-
waterfallgroupgap : {type: 1},
34+
waterfallgroupgap : 0.5,
3535
xaxis: {
3636
title: "MULTI-CATEGORY",
3737
tickfont: {size: 16},

_posts/plotly_js/basic/waterfall/2015-04-09-style-waterfall.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
var layout = {title: {
2626
text: "Profit and loss statement"
2727
},
28-
waterfallgap : {type: 1},
28+
waterfallgap : 0.3,
2929
xaxis: {
3030
title: "",
3131
tickfont: {size: 15},

0 commit comments

Comments
 (0)