energy-visualization-sankey 1.0.17 → 1.0.18

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.
@@ -7669,7 +7669,7 @@ class AnimationService {
7669
7669
  // Set up milestone years and dialogs
7670
7670
  this.setupMilestones(svgTopYear, svgTick);
7671
7671
  // Initialize slider range and position
7672
- const rangeSlider = document.getElementById('rangeSlider');
7672
+ const rangeSlider = document.getElementById('evs-range-slider');
7673
7673
  if (rangeSlider) {
7674
7674
  rangeSlider.min = this.dataService.firstYear.toString();
7675
7675
  rangeSlider.max = this.dataService.lastYear.toString();