feat: 热点穿透题材节点按涨幅正蓝负绿、球大小随涨幅绝对值
- 后端题材列表下发 bf3(题材涨幅) - 题材节点: 正涨幅蓝色/负涨幅绿色, 半径按 |bf3| 在 6~20 映射 - 题材标签文字颜色跟随正负 - 信息卡/底部浮层题材分支显示涨幅 - 图例拆分涨/跌两项并说明球大小含义 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -165,6 +165,7 @@ export interface GraphTheme {
|
||||
themeCode: string;
|
||||
themeName: string;
|
||||
stockCount: number; // 题材内股票数
|
||||
bf3: number | null; // 题材涨幅
|
||||
}
|
||||
|
||||
export interface GraphStock {
|
||||
|
||||
Reference in New Issue
Block a user