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