This commit is contained in:
MuslemRahimi 2025-02-23 13:56:20 +01:00
parent 41c0b85c99
commit e114955966

View File

@ -135,7 +135,7 @@
}
function getPriceForecastChart() {
const historicalData = data?.getPriceAnalysis?.pastPriceList || [];
const historicalData = data?.getAnalystSummary?.pastPriceList || [];
const forecastTargets = {
low: lowPriceTarget,
avg: avgPriceTarget,