Skip to content

Commit

Permalink
add dropshadow to funnel samples
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Nov 8, 2024
1 parent 1b6ca59 commit 2a92d9c
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/react/funnel/funnel.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/react/funnel/pyramid.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/source/funnel/funnel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/source/funnel/pyramid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/vanilla-js/funnel/funnel.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/vanilla-js/funnel/pyramid.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/vue/funnel/funnel.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down
3 changes: 3 additions & 0 deletions samples/vue/funnel/pyramid.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
chart: {
type: 'bar',
height: 350,
dropShadow: {
enabled: true,
},
},
plotOptions: {
bar: {
Expand Down

0 comments on commit 2a92d9c

Please sign in to comment.