Commit f4f371473f132dd45f6eeca20e1bef30254af40f

Authored by Erdogan Furkan
1 parent 2ac3a3f9

Histo 1D&2D working IHM side

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
js/app/models/PlotObjects/PlotParamObject.js
... ... @@ -135,12 +135,11 @@ Ext.define('amdaPlotObj.PlotParamObject', {
135 135 case 'xyPlot' :
136 136 return [
137 137 {'key' : 'serie', 'value' : 'Serie'},
138   - {'key' : 'orbit-serie', 'value' : 'Orbit Serie'},
139   - {'key' : 'histogram2d', 'value' : '2D Histogram'}
  138 + {'key' : 'orbit-serie', 'value' : 'Orbit Serie'}
140 139 ];
141 140 case 'histoPlot' :
142 141 return [
143   - {'key' : 'histogram1d', 'value' : 'Histogram'},
  142 + {'key' : 'histogram1d', 'value' : '1D Histogram'},
144 143 {'key' : 'histogram2d', 'value' : '2D Histogram'}
145 144 ];
146 145 case 'instantPlot' :
... ...