Loading redmic-widgets @ 908df3d8 Compare eeafa749 to 908df3d8 Original line number Diff line number Diff line Subproject commit eeafa74992f2f189b8b85051d0313ffb473f3971 Subproject commit 908df3d8c483de993b8fc93b5cfffe204a09d2f7 public/javascript/redmic/modules/chart/Toolbar/SliderSelectorImpl.js +9 −6 Original line number Diff line number Diff line Loading @@ -28,7 +28,10 @@ define([ this.config = { ownChannel: 'sliderSelector', iconClass: 'fa-sliders', _closeOnValueSetTimeout: 800 _closeOnValueSetTimeout: 800, value: 1, range: [1, 3], labels: null }; lang.mixin(this, this.config, args); Loading @@ -40,15 +43,15 @@ define([ this.sliderConfig = this._merge([{ parentChannel: this.getChannel(), inputProps: { _inputProps: { style: 'width:200px', labels: [] labels: this.labels, valueDefault: this.value, valueMinMax: this.range }, orient: ['below-alt'], classTooltip: 'tooltipButtonMenu' //classTooltip: 'tooltipButtonMenu' }, this.sliderConfig || {}]); this.sliderConfig.inputProps.discreteValues = this.sliderConfig.inputProps.labels.length; }, _initialize: function() { Loading Loading
redmic-widgets @ 908df3d8 Compare eeafa749 to 908df3d8 Original line number Diff line number Diff line Subproject commit eeafa74992f2f189b8b85051d0313ffb473f3971 Subproject commit 908df3d8c483de993b8fc93b5cfffe204a09d2f7
public/javascript/redmic/modules/chart/Toolbar/SliderSelectorImpl.js +9 −6 Original line number Diff line number Diff line Loading @@ -28,7 +28,10 @@ define([ this.config = { ownChannel: 'sliderSelector', iconClass: 'fa-sliders', _closeOnValueSetTimeout: 800 _closeOnValueSetTimeout: 800, value: 1, range: [1, 3], labels: null }; lang.mixin(this, this.config, args); Loading @@ -40,15 +43,15 @@ define([ this.sliderConfig = this._merge([{ parentChannel: this.getChannel(), inputProps: { _inputProps: { style: 'width:200px', labels: [] labels: this.labels, valueDefault: this.value, valueMinMax: this.range }, orient: ['below-alt'], classTooltip: 'tooltipButtonMenu' //classTooltip: 'tooltipButtonMenu' }, this.sliderConfig || {}]); this.sliderConfig.inputProps.discreteValues = this.sliderConfig.inputProps.labels.length; }, _initialize: function() { Loading