Skip to content

Commit 6e1ba11

Browse files
committed
5.3.0
1 parent 91d58bb commit 6e1ba11

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Changelog
22

3+
## 5.3.0 - 2025-03-20
34
### Added
45
- Beta: Compact visualization for table (for usage in panorama)
5-
- aggregate data also without value column
66

77
### Fixed
8+
- reading the third level in a json array #434
9+
- undefined array key 2 at DataloadService.php#494 #433
810
- panorama pdf export layout
9-
10-
## 5.3.0
11-
### Fixed
12-
- Reading the third level in a json array #434
13-
- Undefined array key 2 at DataloadService.php#494 #433
11+
- aggregate data also without value column
1412

1513
## 5.2.4 - 2025-01-20
1614
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Visualize and share anything, from financial analysis to IoT logs.
2525
- **AI Assistant**: Context Chat integration
2626
2727
]]></description>
28-
<version>5.2.4</version>
28+
<version>5.3.0</version>
2929
<licence>agpl</licence>
3030
<author>Marcel Scherello</author>
3131
<namespace>Analytics</namespace>

js/visualization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ OCA.Analytics.Visualization = {
338338

339339
const firstCell = row.querySelector('td:first-child');
340340
if (firstCell) {
341-
firstCell.style.fontWeight = 'bold';
341+
//firstCell.style.fontWeight = 'bold';
342342
}
343343
const cells = row.querySelectorAll('td');
344344
cells.forEach(cell => {

0 commit comments

Comments
 (0)