-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update vutils/vscale version to support custom callback in tick… #1378
Conversation
import type { Point, TextContent } from '../core/type'; | ||
import type { SegmentAttributes } from '../segment'; | ||
import type { TagAttributes } from '../tag'; | ||
import type { BaseScale } from '@visactor/vscale/es/base-scale'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个引用不对
@@ -75,5 +75,6 @@ | |||
}, | |||
"publishConfig": { | |||
"access": "public" | |||
} | |||
}, | |||
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是不是因为直接用了pnpm 安装依赖,我们现在是 rush update 更新依赖
rush底层用的也是pnpm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯,跑jest的时候用了pnpm命令导致的
Add function callback options in tickmode to support custom ticks such as wilkson etc.
Can use customTicks with function in @visactor/vscale such as
wilkinsonExtended
function.(Related PR:VisActor/VUtil#198)🔗 Related issue link
🐞 Bugserver case id
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough