We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99121ef commit ab4beb8Copy full SHA for ab4beb8
1 file changed
EngagementWidget/EngagementWidgetHTML.html
@@ -25,6 +25,9 @@ <h5>
25
let engagementChart = function() {
26
let doChart = function() {
27
window.engChart = Highcharts.chart('{{WidgetId}}-chart-container', {
28
+ chart: {
29
+ backgroundColor: 'transparent',
30
+ },
31
accessibility: {
32
point: {
33
valueDescriptionFormat: '{point.name}: {point.longDescription}.'
0 commit comments