Skip to content

Commit 5486a6f

Browse files
committed
Add detailed changelog
1 parent fafd45e commit 5486a6f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,26 @@
44

55
### Fixed
66

7-
- First marker alpha was different to other marker's alpha
8-
- Make some transactions clearer. (rectangle-line first marker)
7+
- Make some static charts clearer:
8+
- Area/line charts different markers are not connected.
9+
- Not existing or disabled markers have no effect.
10+
- Make some transactions clearer:
11+
- Rectangle - Line/Area first marker not fades, but shrinks.
12+
- The first marker's alpha was different to the other marker's alpha.
13+
- Marker connection rework: Introduce invalid, polar and self connection.
14+
- Marker connection animation step necessity and timing fixes.
15+
- Slipped animation steps (coordinateSystem - connection/orientation) fixes.
16+
- Filtered markers (and their connections):
17+
- Disappearing on hide animation phase.
18+
- Appearing on show animation phase.
919

1020
### Added
1121

12-
- New data handling implemented: Not generating big cube
22+
- New data handling implemented:
23+
- Only existing data generates the chart.
24+
- Reduced memory usage.
25+
- Bigger data capacity.
26+
- Canvas line drawing detail can be set (on C++ side).
1327

1428
## [0.11.4] - 2024-07-09
1529

0 commit comments

Comments
 (0)