Commit a839549729e26ebd893fa378e3bcc2ca70908965

Authored by Benjamin Renard
1 parent 58c42032

Fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/models/PlotObjects/PlotObjectConfig.js
... ... @@ -151,7 +151,7 @@ Ext.define('amdaPlotObj.PlotObjectConfig', {
151 151 color: "#FF0000"
152 152 },
153 153 statusbar: {
154   - color: "none"
  154 + color: "#FF0000"
155 155 },
156 156 legends: {
157 157 series: {
... ...