Skip to content

Commit ab4beb8

Browse files
authored
Change chart background color to transparent since that's no longer default behavior
1 parent 99121ef commit ab4beb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

EngagementWidget/EngagementWidgetHTML.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ <h5>
2525
let engagementChart = function() {
2626
let doChart = function() {
2727
window.engChart = Highcharts.chart('{{WidgetId}}-chart-container', {
28+
chart: {
29+
backgroundColor: 'transparent',
30+
},
2831
accessibility: {
2932
point: {
3033
valueDescriptionFormat: '{point.name}: {point.longDescription}.'

0 commit comments

Comments
 (0)