Add CollectiveX KV axis scale toggles / 新增 CollectiveX KV 坐标轴缩放开关 - #949
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Oseltamivir
force-pushed
the
feat/collectivex-kv-axis-scales
branch
from
August 30, 2026 05:37
4d5cbc7 to
36e2988
Compare
Add independent X/Y log-scale controls to the KV chart legend and preserve the existing log-log defaults across chart modes. Reduce KV series stroke widths and cover scale switching, localization, and line styling in Cypress. 中文:为 CollectiveX KV 图表新增 X/Y 轴独立对数缩放开关,并在不同图表模式下保留原有 log-log 默认设置。 同时减小曲线线宽,并通过 Cypress 覆盖坐标轴切换、中文文案和曲线样式。
Oseltamivir
force-pushed
the
feat/collectivex-kv-axis-scales
branch
from
August 30, 2026 05:48
36e2988 to
b04b4e5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/inferenceAdvanced-control pattern./zh/collectivex.Testing
bun run fmtbun run lintbun run typecheckbun run test:unit(5,297 tests)bunx cypress run --spec cypress/e2e/collectivex.cy.ts(33 tests)bun run test:e2e(117 tests)Chinese copy was checked manually against
docs/chinese-copy.mdbecause the referencedreview-zh-copyskill was not available in this session.中文说明
概要
/inference图表的高级设置,在 CollectiveX KV 图例中新增 X 轴和 Y 轴两个独立的对数缩放开关。/zh/collectivex补充新控件和动态坐标轴标签的中文文案。测试
bun run fmtbun run lintbun run typecheckbun run test:unit(5,297 项测试)bunx cypress run --spec cypress/e2e/collectivex.cy.ts(33 项测试)bun run test:e2e(117 项测试)由于本次会话未提供文档中提到的
review-zh-copyskill,中文文案已参照docs/chinese-copy.md完成人工检查。