impaktapps-ui-builder 0.0.97-alpha.19 → 0.0.97-alpha.20

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.
@@ -10427,7 +10427,7 @@ const buildPieGraph = (config, componentScope) => {
10427
10427
  pieGraph.config.main.xAxisValue = config.xAxisValue;
10428
10428
  }
10429
10429
  if (config.pieArcColors) {
10430
- pieGraph.config.style.lineStyle.colorRange = flatObjectValueInArray(config.pieArcColors);
10430
+ pieGraph.config.style.pieStyle.colorRange = flatObjectValueInArray(config.pieArcColors);
10431
10431
  }
10432
10432
  return pieGraph;
10433
10433
  };