Add stock dividend trend analysis page with chart rendering and data fetching

This commit is contained in:
杨水淼
2025-09-02 12:41:09 +08:00
parent 4b3a51083b
commit 521e0687a4
10 changed files with 1563 additions and 20 deletions
+1
View File
@@ -102,4 +102,5 @@ function doubleLineChart(params){
if (option && typeof option === "object") {
myChart.setOption(option, true);
}
return myChart;
}