Skip to content

CodexScope v0.1.8

Choose a tag to compare

@github-actions github-actions released this 09 May 11:21
· 4 commits to main since this release

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分钟/点; distribution 1小时/点
  • 今天: 115 trend anchors, 10分钟/点; distribution 1小时/点
  • 7天内: 164 trend anchors, 1小时/点; distribution 6小时/点
  • 30天内: 120 trend anchors, 6小时/点; distribution 1天/点
  • 历史: 132 trend anchors, 12小时/点; distribution 3天/点

Checks:

  • go test ./...
  • npm run build:frontend
  • npm run release:local
  • Browser check: chart header shows 10分钟/点 on today range