Skip to content

Commit 7212cc8

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/security-eca7abf8ab
2 parents 75448a2 + 75f0216 commit 7212cc8

File tree

4 files changed

+1375
-2619
lines changed

4 files changed

+1375
-2619
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [101.3.1](https://github.com/dhis2/data-visualizer-app/compare/v101.3.0...v101.3.1) (2025-08-12)
2+
3+
4+
### Bug Fixes
5+
6+
* update cli-app-scripts to open links in same tab [DHIS2-19973] ([#3434](https://github.com/dhis2/data-visualizer-app/issues/3434)) ([4c81537](https://github.com/dhis2/data-visualizer-app/commit/4c815376c835d854be44ad2bd6628b8315c4247b))
7+
18
# [101.3.0](https://github.com/dhis2/data-visualizer-app/compare/v101.2.4...v101.3.0) (2025-06-19)
29

310

docs/data-visualizer.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,14 @@ Just like in the dimensions menu, in the layout area you can also change the sel
6464

6565
A dimension refers to the elements that describe the data values in the system. There are three main dimensions in the system:
6666

67-
- **Data**: Includes data elements, indicators and datasets (reporting
68-
rates), describing the phenomena or event of the data.
67+
- **Data**: Includes data elements, indicators, datasets (reporting
68+
rates), event data items, program indicators and calculations, describing the phenomena or event of the data.
69+
70+
> **_NOTE:_**
71+
> Clarification of display of reporting rates:
72+
>
73+
> 1. If a report is expected but not yet submitted, then "0" will be displayed.
74+
> 2. If a report is not expected because the metadata (e.g. category option, OU) date is outside of the start-end date range, then no value is displayed. (e.g. "blank")
6975
7076
<!-- end list -->
7177

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-visualizer-app",
3-
"version": "101.3.0",
3+
"version": "101.3.1",
44
"description": "DHIS2 Data Visualizer",
55
"license": "BSD-3-Clause",
66
"private": true,
@@ -20,7 +20,7 @@
2020
"postinstall": "cp ./node_modules/jspdf/dist/jspdf.umd.min.js ./public/vendor/jspdf.js && cp ./node_modules/svg2pdf.js/dist/svg2pdf.umd.min.js ./public/vendor/svg2pdf.js"
2121
},
2222
"devDependencies": {
23-
"@dhis2/cli-app-scripts": "^12.6.4",
23+
"@dhis2/cli-app-scripts": "^12.7.2",
2424
"@dhis2/cli-style": "^10.7.6",
2525
"@dhis2/cypress-commands": "^10.1.0",
2626
"@dhis2/cypress-plugins": "^10.1.0",

0 commit comments

Comments
 (0)