Skip to content

Commit 9d8ff12

Browse files
committed
fix tutorial 2
1 parent aa2a894 commit 9d8ff12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorial/shorthands_store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Promise.all([dataLoaded, mdChartLoaded]).then((results) => {
140140
return chart.animate({
141141
style: {
142142
'plot.xAxis.label.fontSize': '150%',
143-
'title.backgroundColor': '#A0A0A0'
143+
'plot.backgroundColor': '#A0A0A0'
144144
}
145145
})
146146
}

docs/tutorial/shorthands_store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ chart.animate({
122122
style: {
123123
// plot: { xAxis: { label: { fontSize: '150%' } } }
124124
'plot.xAxis.label.fontSize': '150%',
125-
'title.backgroundColor': '#A0A0A0'
125+
'plot.backgroundColor': '#A0A0A0'
126126
}
127127
})
128128
```

0 commit comments

Comments
 (0)