impaktapps-ui-builder 0.0.97-alpha.15 → 0.0.97-alpha.16

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.
@@ -10437,7 +10437,7 @@ const buildPieGraph = (config, componentScope) => {
10437
10437
  };
10438
10438
  }
10439
10439
  if (config.legendHide) {
10440
- pieGraph.config.main.legendAvailabe = config.legendHide === "YES" ? false : true;
10440
+ pieGraph.config.main.legendAvailable = config.legendHide === "YES" ? false : true;
10441
10441
  }
10442
10442
  pieGraph.scope = componentScope;
10443
10443
  pieGraph.config.main.header = config.heading;
@@ -11347,7 +11347,7 @@ const buildLineGraph = (config, componentScope) => {
11347
11347
  lineGraph.config.main.leftLabel = config.leftLabel;
11348
11348
  }
11349
11349
  if (config.legendHide) {
11350
- lineGraph.config.main.legendAvailabe = config.legendHide === "YES" ? false : true;
11350
+ lineGraph.config.main.legendAvailable = config.legendHide === "YES" ? false : true;
11351
11351
  }
11352
11352
  if (config.bottomAxisAngle) {
11353
11353
  lineGraph.config.main.bottomAxisAngle = config.bottomAxisAngle === "YES" ? true : false;