Skip to content

Commit

Permalink
Fixed Apex Charts tooltip issue with 3.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iatraviscox committed Jan 31, 2023
1 parent 7315286 commit 0a515f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
id "base"
}

version "1.0.11"
version "1.0.12"
group "com.kyvislabs"


Expand Down
8 changes: 4 additions & 4 deletions gateway/src/main/resources/mounted/Components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "^0.19.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"apexcharts": "3.36.0",
"apexcharts": "3.36.3",
"object-scan": "13.9.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1951,10 +1951,10 @@ anymatch@~3.1.1:
normalize-path "^3.0.0"
picomatch "^2.0.4"

[email protected].0:
version "3.36.0"
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.36.0.tgz#eba378167be3ebe5044b8980d5907bad9e9a7fff"
integrity sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==
[email protected].3:
version "3.36.3"
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.36.3.tgz#debd58ded07163d51e00aeb15827d594e0cc8129"
integrity sha512-8/FXEs0ohXMff07Gv28XjhPwEJphIUdq2/wii/pcvi54Tw6z1mjrV8ydN8rlWi/ve8BAPBefJkLmRWv7UOBsLw==
dependencies:
svg.draggable.js "^2.2.2"
svg.easing.js "^2.0.0"
Expand Down

0 comments on commit 0a515f0

Please sign in to comment.