@annalib/anna-core 11.2.23 → 11.2.25

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.
@@ -2287,8 +2287,8 @@ class AnnaNonEditableGenericTableComponent {
2287
2287
  this.options.step = 1;
2288
2288
  this.sliderFilterTextBoxStep = "1";
2289
2289
  if (header !== "WeekNumber") {
2290
- this.options.step = 0.1;
2291
- this.sliderFilterTextBoxStep = "0.1";
2290
+ this.options.step = 0.01;
2291
+ this.sliderFilterTextBoxStep = "0.01";
2292
2292
  }
2293
2293
  }
2294
2294
  setSelectedRangeForSlider(header) {