Skip to content
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/axis break #3128

Merged
merged 28 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6b5619f
feat: support axis breaks config, only work for cartesian linear axis
kkxxkk2019 Aug 23, 2024
8b7fbda
fix: if not set breaks, the breakData should be null
kkxxkk2019 Aug 23, 2024
b6ffea8
chore: upgrade vrender version
kkxxkk2019 Aug 23, 2024
144f924
chore: sync vrender version
kkxxkk2019 Aug 26, 2024
1a4cd34
fix: fix breakData methoc
kkxxkk2019 Aug 26, 2024
5bea2cf
fix: bugfix for axis-break
kkxxkk2019 Aug 28, 2024
06e05b4
chore: upgrade vrender version
kkxxkk2019 Aug 28, 2024
db8a6d3
Merge remote-tracking branch 'origin/develop' into feat/axis-break
kkxxkk2019 Aug 28, 2024
6b9c783
fix: fix axis break bug
kkxxkk2019 Sep 2, 2024
83b1377
chore: upgrade vrender
kkxxkk2019 Sep 2, 2024
123ccf7
Merge remote-tracking branch 'origin/develop' into feat/axis-break
kkxxkk2019 Sep 2, 2024
18678e9
fix: null protext
kkxxkk2019 Sep 3, 2024
91badb8
docs: add axis break demo and option doc
kkxxkk2019 Sep 3, 2024
7f3940c
Merge remote-tracking branch 'origin/develop' into feat/axis-break
kkxxkk2019 Sep 3, 2024
f6e35ec
chore: upgrade vrender version
kkxxkk2019 Sep 4, 2024
5ddc5ce
Merge remote-tracking branch 'origin/develop' into feat/axis-break
kkxxkk2019 Sep 6, 2024
01c43da
fix: adjust property name
kkxxkk2019 Sep 6, 2024
9ee0c8f
chore: upgrade version
kkxxkk2019 Sep 6, 2024
ce77a11
Merge remote-tracking branch 'origin/develop' into feat/axis-break
kkxxkk2019 Sep 6, 2024
de290b3
chore: update version
kkxxkk2019 Sep 6, 2024
d301092
chore: upgrade version
kkxxkk2019 Sep 9, 2024
9fcf757
chore: upgrade version
kkxxkk2019 Sep 9, 2024
25ab94b
refactor: modify code writing style
kkxxkk2019 Sep 9, 2024
07f274d
fix: range validation fix
kkxxkk2019 Sep 9, 2024
6c47233
test: add unit test cast for breakData method
kkxxkk2019 Sep 9, 2024
e68bc27
chore: add rush change log
kkxxkk2019 Sep 9, 2024
39fd44d
fix: log axis items filter fix
kkxxkk2019 Sep 9, 2024
9e1cfbb
Merge remote-tracking branch 'origin/develop' into feat/axis-break
kkxxkk2019 Sep 9, 2024
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,10 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "feat: support axis break",
"type": "none"
}
],
"packageName": "@visactor/vchart"
}
Loading
Loading