Skip to content

Commit

Permalink
chore(plugin-chart-echarts): bump echarts 5.1.1 (apache#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 17, 2021
1 parent c8d98e6 commit 3c39828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@superset-ui/core": "0.17.32",
"@types/mathjs": "^6.0.7",
"d3-array": "^1.2.0",
"echarts": "^5.1.0",
"echarts": "^5.1.1",
"mathjs": "^8.0.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ export function transformEventAnnotation(
{
name: label,
xAxis: (time as unknown) as number,
// TODO: remove when https://github.com/apache/echarts/pull/14693 is released
symbolOffset: 0,
},
];

Expand Down
8 changes: 4 additions & 4 deletions superset-frontend/temporary_superset_ui/superset-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10116,10 +10116,10 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
safer-buffer "^2.1.0"

echarts@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/echarts/-/echarts-5.1.0.tgz#768cc585aa092560f48f01b2d52de493aeecd2b0"
integrity sha512-/X2nnN5BXW2tuA/Hv9YY279rDfwcXaBAjK9Azi//llshbKyUXXxBknsug21GJRpwTmLZbE8rjjbhchdm01bZtw==
echarts@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/echarts/-/echarts-5.1.1.tgz#b186f162f017c555cfd67b12ede6762bdc3ddfda"
integrity sha512-b3nP8M9XwZM2jISuA+fP0EuJv8lcfgWrinel185Npy8bE/UhXTDIPJcqgQOCWdvk0c5CeT6Dsm1xBjmJXAGlxQ==
dependencies:
tslib "2.0.3"
zrender "5.1.0"
Expand Down

0 comments on commit 3c39828

Please sign in to comment.