8000 Fix/datazoom text type by xile611 · Pull Request #3882 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix/datazoom text type #3882

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

Merged
merged 2 commits into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: fix type error of datazoom texts\n\n",
"type": "none",
"packageName": "@visactor/vchart"
}
],
"packageName": "@visactor/vchart",
"email": "dingling112@gmail.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ - 7AAD 141,7 +141,7 @@ export interface IDataZoomSpec extends IDataZoomStyle, IDataFilterComponentSpec
/**
* 起点文字文本样式配置
*/
style?: IMarkSpec<ITextMarkSpec>;
style?: ITextMarkSpec;
/**
* 起点文字格式化配置,使用回调函数的形式配置。
*/
Expand All @@ -161,7 +161,7 @@ export interface IDataZoomSpec extends IDataZoomStyle, IDataFilterComponentSpec
/**
* 终点文字文本样式配置
*/
style?: IMarkSpec<ITextMarkSpec>;
style?: ITextMarkSpec;
/**
*
* 终点文字格式化配置, 使用回调函数的形式配置
Expand Down
Loading
0