Commit cb88178
authored
CODAP-1010 Make graph respond immediately to change in background color (#2266)
* [#CODAP-1010] Bug fix: The user can change the background color of a graph
* It turned out that the only problem was that the graph was not immediately responding to the change in background color. But it was already displaying the new color on redisplay. So the solution is to expand the accessor of the `mstReaction` installed in `Background` to include the `plotBackgroundColor` property.
* * Code review tweak1 parent a487271 commit cb88178
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments