Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 365e86a

Browse files
committedApr 16, 2022
build: update to custom echarts branch until PR is merged
apache/echarts#16547
1 parent b0cfcd9 commit 365e86a

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed
 

‎fava_portfolio_returns/templates/PortfolioReturns.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"prettier": "^2.5.1"
2626
},
2727
"dependencies": {
28-
"echarts": "^5.3.0"
28+
"echarts": "git+https://github.com/andreasgerstmayr/echarts.git#support-negative-log-axis-dist"
2929
}
3030
}

‎yarn.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -884,13 +884,12 @@ dotenv@^7.0.0:
884884
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
885885
integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
886886

887-
echarts@^5.3.0:
888-
version "5.3.0"
889-
resolved "https://registry.yarnpkg.com/echarts/-/echarts-5.3.0.tgz#39342fcf0f763413fecd9d2afd1c415163de694d"
890-
integrity sha512-zENufmwFE6WjM+24tW3xQq4ICqQtI0CGj4bDVDNd3BK3LtaA/5wBp+64ykIyKy3QElz0cieKqSYP4FX9Lv9MwQ==
887+
"echarts@git+https://github.com/andreasgerstmayr/echarts.git#support-negative-log-axis-dist":
888+
version "5.3.2"
889+
resolved "git+https://github.com/andreasgerstmayr/echarts.git#8fef1fe9a45ef22a38ce369d01db0ae6547ab68f"
891890
dependencies:
892891
tslib "2.3.0"
893-
zrender "5.3.0"
892+
zrender "5.3.1"
894893

895894
electron-to-chromium@^1.4.71:
896895
version "1.4.71"
@@ -1552,9 +1551,9 @@ yaml@^1.10.0, yaml@^1.10.2:
15521551
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
15531552
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
15541553

1555-
zrender@5.3.0:
1556-
version "5.3.0"
1557-
resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.3.0.tgz#297c05dc2521362816c4ddced10a1e306646bbc8"
1558-
integrity sha512-Ln2QB5uqI1ftNYMtCRxd+XDq6MOttLgam2tmhKAVA+j0ko47UT+VNlDvKTkqe4K2sJhBvB0EhYNLebqlCTjatQ==
1554+
zrender@5.3.1:
1555+
version "5.3.1"
1556+
resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.3.1.tgz#fa8e63ac7e719cfd563831fe8c42a9756c5af384"
1557+
integrity sha512-7olqIjy0gWfznKr6vgfnGBk7y4UtdMvdwFmK92vVQsQeDPyzkHW1OlrLEKg6GHz1W5ePf0FeN1q2vkl/HFqhXw==
15591558
dependencies:
15601559
tslib "2.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.