-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev/1.12.0' into feat/issue-2918
- Loading branch information
Showing
51 changed files
with
1,854 additions
and
1,479 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vchart/feat-indicator-support-style-callback_2024-07-01-09-28.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vchart", | ||
"comment": "feat: support configuring callback function in indicator text style attributes, #2540", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vchart" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@visactor/vchart/feat-tooltip-hide-timer_2024-07-06-06-04.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "feat: add options `hideTimer` in toolti, to hide tooltip by timer\n\n", | ||
"type": "none", | ||
"packageName": "@visactor/vchart" | ||
} | ||
], | ||
"packageName": "@visactor/vchart", | ||
"email": "[email protected]" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vchart/feat-updateData-api-for-indicator_2024-07-01-06-00.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vchart", | ||
"comment": "feat: support `updateIndicatorDataById`/`updateIndicatorDataByIndex` API, related #2776", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vchart" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@visactor/vchart/feat-updateSpec-animation_2024-07-03-08-24.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "feat: add `userUpdateOptions` to let user specify update type of charts, fix some animation bug\n\n", | ||
"type": "none", | ||
"packageName": "@visactor/vchart" | ||
} | ||
], | ||
"packageName": "@visactor/vchart", | ||
"email": "[email protected]" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vchart/fix-bar-background_2024-07-05-11-01.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vchart", | ||
"comment": "fix(barbackground): datakey is undefined when set custom datakey", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vchart" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vchart/fix-barMaxWidth-not-work_2024-07-04-07-22.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vchart", | ||
"comment": "fix: fix the issue where `barMaxWidth` does not work when `barWidth` is configured, #2885`", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vchart" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vchart/fix-crosshari-pos-error_2024-07-05-09-31.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vchart", | ||
"comment": "fix(crosshair): fix bug of crosshair position when legend filter data. fix#2905", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vchart" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@visactor/vchart/fix-hide-tooltip-timer_2024-07-06-09-21.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "fix: clear the timer of tooltip when has update\n\n", | ||
"type": "none", | ||
"packageName": "@visactor/vchart" | ||
} | ||
], | ||
"packageName": "@visactor/vchart", | ||
"email": "[email protected]" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vchart/fix-type-define_2024-07-01-09-28.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vchart", | ||
"comment": "fix: type define fix", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vchart" | ||
} |
Oops, something went wrong.