23rd
|
3e55380eed
|
Returned support of detail dots to linear chart view class.
|
2023-10-11 22:12:30 +04:00 |
23rd
|
25c97a3ee8
|
Cached both main and footer charts in single linear chart view.
|
2023-10-11 22:12:30 +04:00 |
23rd
|
2055cc70d1
|
Removed chart line view context.
|
2023-10-11 22:12:30 +04:00 |
23rd
|
788a81df6c
|
Removed some duplicated code from chart line view context.
|
2023-10-11 22:12:30 +04:00 |
23rd
|
1209bd35c5
|
Replaced static function for linear chart paint with dedicated class.
|
2023-10-11 22:12:30 +04:00 |
23rd
|
f473a1a804
|
Attempted to increase performance of chart paint by caching every frame.
|
2023-10-11 22:12:30 +04:00 |
23rd
|
41bc47eb6f
|
Faded out detail dot of filtered chart line.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
e6559276c0
|
Added class to calculate context state while chart lines are filtering.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
520989a7e6
|
Added initial ability to filter chart lines.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
367adaa44d
|
Attempted to increase performance when paint complicated charts.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
73b4621121
|
Cached current x-axis indices to reduce redundant calculations.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
f76f69b5cd
|
Moved out details dots above horizontal line captions.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
07cd35b1a8
|
Added fade animation to details widget on charts.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
74aae29b64
|
Added point details widget to chart widget.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
9e8d60065b
|
Slightly improved code style in PaintLinearChartView.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
4dad0a215a
|
Removed some unused data chart widget.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
59f61586a9
|
Improved code style in chart widget.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
629dd6f9de
|
Added dirty implementation of chart animation with both axes.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
f4fc8ec2c4
|
Added initial chart y-axis animation without x-axis.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
e8aa55d4d8
|
Added initial support of static zoom for chart widget.
|
2023-10-11 22:12:29 +04:00 |
23rd
|
c9eb9a3ee0
|
Added initial widget with full zoom static linear chart.
|
2023-10-11 22:12:29 +04:00 |