Skip to content

Commit

Permalink
fix: updated dv-plugin for latest legend features (#570)
Browse files Browse the repository at this point in the history
* Enable Gauge and Single Value to display legends correctly, by using the latest dependencies.
* Updated @dhis2/data-visualizer-plugin to v34.3.3
  • Loading branch information
martinkrulltott authored Feb 26, 2020
1 parent 751cbc4 commit ae5c95f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@dhis2/d2-ui-rich-text": "^6.0.1",
"@dhis2/d2-ui-sharing-dialog": "^6.0.1",
"@dhis2/d2-ui-translation-dialog": "^6.0.1",
"@dhis2/data-visualizer-plugin": "^34.2.5",
"@dhis2/data-visualizer-plugin": "^34.3.3",
"@dhis2/prop-types": "^1.2.1",
"@dhis2/ui-core": "^4.9.1",
"@dhis2/ui-widgets": "^2.0.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1174,10 +1174,10 @@
resize-observer-polyfill "^1.5.1"
styled-jsx "^3.2.1"

"@dhis2/analytics@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-4.1.0.tgz#7296350c3b35192ddf9912ee6a619a95ae786cd2"
integrity sha512-+S0fW+jLQtoNwqlVes8dnePr0MIoSgh0sqW2wMK+lPBu9cAmKkI8MFf6DGfxjVBidZ9bE+fWS8SMVYIk1Ve5Yw==
"@dhis2/analytics@^4.1.4":
version "4.1.4"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-4.1.4.tgz#bcd6d4d99b41720dd99e895c874119881eebd58c"
integrity sha512-5sU7pNE2mj0/jVYjso2T+Ujd6dFtC6+hAOJAT4KjeOGbMhmT9TzhRA0ToasYLyu/jQGTLK5s1oTcVnxzk1pFvg==
dependencies:
"@dhis2/d2-i18n" "^1.0.4"
"@dhis2/d2-ui-org-unit-dialog" "^6.5.6"
Expand Down Expand Up @@ -1426,12 +1426,12 @@
react-select "^2.0.0"
rxjs "^5.5.7"

"@dhis2/data-visualizer-plugin@^34.2.5":
version "34.2.5"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-34.2.5.tgz#2a7f523bd7c5adf006261a939297b665bd47273f"
integrity sha512-kA7McKH3KjgaDeuFH50mrnIjGB4ISLkQaQ3OiSmsaQOtuUuzdMQngXzY4yfLPnpvr3pnv9kb+xgDXSBbzfanJA==
"@dhis2/data-visualizer-plugin@^34.3.3":
version "34.3.3"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-34.3.3.tgz#926d58d19d6eedb3b381ab759a212ef15a278735"
integrity sha512-aOtZsZcuKEMFbNZXzkinOqlf3/P9ylM5Sc5dNdHUW/h84HuSTQtcZorlSM4T2piGoKLgfxOEWQUmPsSW1kk6/Q==
dependencies:
"@dhis2/analytics" "^4.1.0"
"@dhis2/analytics" "^4.1.4"
"@material-ui/core" "^3.1.2"
d2-analysis "33.2.11"
lodash-es "^4.17.11"
Expand Down

0 comments on commit ae5c95f

Please sign in to comment.