CodexScope v0.1.8
Improves chart anchor granularity using market-style adaptive time grains.
- Trend curves now use denser fixed time grains instead of very coarse buckets.
- Distribution bars use separate coarser buckets, so bar charts remain readable.
- The trend header now shows the active granularity, for example
10分钟/点.
Current local data anchor plan:
- 近24小时: 145 trend anchors,
10分钟/点; distribution1小时/点 - 今天: 115 trend anchors,
10分钟/点; distribution1小时/点 - 7天内: 164 trend anchors,
1小时/点; distribution6小时/点 - 30天内: 120 trend anchors,
6小时/点; distribution1天/点 - 历史: 132 trend anchors,
12小时/点; distribution3天/点
Checks:
go test ./...npm run build:frontendnpm run release:local- Browser check: chart header shows
10分钟/点on today range