@hivegpt/hiveai-angular 0.0.184 → 0.0.185

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.
@@ -841,6 +841,7 @@
841
841
  if (financial_graphs && Array.isArray(financial_graphs)) {
842
842
  console.log('Financial Graphs:', financial_graphs);
843
843
  _this.financialGraphs = financial_graphs;
844
+ _this.cdr.detectChanges();
844
845
  }
845
846
  if (execution_graphs && Array.isArray(execution_graphs)) {
846
847
  console.log('Execution Graphs:', execution_graphs);