Skip to content

Commit 61df40a

Browse files
author
Lijun Zhang
committed
DM-9342:
Fixed the inital value if fixedSizeBin radio button
1 parent e6351cc commit 61df40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firefly/js/charts/ui/HistogramOptions.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function renderFixedBinSizeOptions(groupKey, histogramParams){
261261
<div style={{display: 'flex', flexDirection: 'row', padding: '5px 0 15px'}} >
262262
<RadioGroupInputField
263263
initialState= {{
264-
value: 'bin size selection',
264+
value: get(histogramParams, 'fixedBinSizeSelection', 'numBins'),
265265
tooltip: 'Please select number of bins or bin width',
266266
//label: 'BinSize:'
267267
}}

0 commit comments

Comments
 (0)