energy-visualization-sankey 1.0.9 → 1.0.10
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.
package/dist/sankey.esm.js
CHANGED
|
@@ -4495,7 +4495,7 @@ class ConfigurationService {
|
|
|
4495
4495
|
// Calibrated for typical US energy consumption (0-100+ Quads)
|
|
4496
4496
|
// Example: 50 Quads × 0.02 = 1.0 pixel height
|
|
4497
4497
|
// ELECTRICITY BOX POSITIONING: Special coordinates for electricity box (bidirectional flows)
|
|
4498
|
-
this.ELEC_BOX_X =
|
|
4498
|
+
this.ELEC_BOX_X = 350;
|
|
4499
4499
|
this.ELEC_BOX_Y = 120;
|
|
4500
4500
|
this.HEAT_BOX_X = 750;
|
|
4501
4501
|
this.HEAT_BOX_Y = 200;
|