@flexem/fc-gui 3.0.0-alpha.174 → 3.0.0-alpha.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37775,7 +37775,6 @@ class historical_curve_element_HistoricalCurveElement extends conditional_displa
37775
37775
  const dropdownBg = this.model.displaySetting.axisSetting.filterBackgroudColor || fillColor || '#fff';
37776
37776
  const dropdownWrapper = operationArea.append('div')
37777
37777
  .style('display', 'inline-block')
37778
- .style('position', 'relative')
37779
37778
  .style('margin-left', this.displayOption.marginLeft + 'px')
37780
37779
  .style('vertical-align', 'middle');
37781
37780
  const selectedText = this.timePeriods.find(t => t.key === Number(this.currentTimePeriod));