energy-visualization-sankey 1.0.24 → 1.0.26

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.
@@ -7058,12 +7058,12 @@ class Sankey {
7058
7058
  * Creates the DOM structure needed for controls, timeline, and chart display
7059
7059
  */
7060
7060
  injectHTML() {
7061
- var _a;
7061
+ var _a, _b;
7062
7062
  const country = this.options.country;
7063
7063
  const firstYear = this.services.dataService.firstYear;
7064
7064
  const lastYear = this.services.dataService.lastYear;
7065
7065
  let html = `
7066
- <div class="evs-sankey evs-title-container">
7066
+ <div class="evs-sankey evs-title-container" style="width: ${(_a = this.services['configurationService']) === null || _a === void 0 ? void 0 : _a.WIDTH}px!important;">
7067
7067
  <div class="evs-header-content">
7068
7068
  <div class="evs-header-logo">
7069
7069
  <a href="https://www.rdcep.org/" target="_blank">
@@ -7099,7 +7099,7 @@ class Sankey {
7099
7099
  </div>
7100
7100
  </div>
7101
7101
  </div>
7102
- <div class="evs-us-energy-sankey-wrapper" style="width: ${(_a = this.services['configurationService']) === null || _a === void 0 ? void 0 : _a.WIDTH}px;">
7102
+ <div class="evs-us-energy-sankey-wrapper" style="width: ${(_b = this.services['configurationService']) === null || _b === void 0 ? void 0 : _b.WIDTH}px;">
7103
7103
  <div class="evs-sankey" style="line-height: 0;"></div>
7104
7104
  `;
7105
7105
  if (this.options.includeTimeline) {