23rd
|
487dd27ca1
|
Added padding to y-axis captions in chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
32df03f08d
|
Fixed text overlap on y-axis captions when mouse drag is really fast.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
658db59aaf
|
Replace Simple with Basic for animation of chart y-axis captions.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
695542cfd2
|
Added initial animation of chart y-axis 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
|
70713d5f62
|
Moved paint of chart to inner widget within chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
dd1b006d8a
|
Created RpMouseWidget class for easier mouse processing.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
d603f4de51
|
Reduced redundant calculations of animation in chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
77695091b3
|
Slightly clarified name of y-axis animation in chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
20e81177a6
|
Fixed first show of chart widget with new data.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
ce3ad95950
|
Removed useless processing for changing drag direction.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
c5684e768a
|
Slightly optimized footer in chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
c8d5a60c74
|
Moved out processing of chart animation to separate class.
|
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
|
15698fd6f0
|
Tried to fix animation bug when mouse drag is really fast.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
cd4654dfd2
|
Tried to fix some bugs with alpha of horizontal lines in chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
3a3d4480cc
|
Added acceleration to y-axis animation in chart widget.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
5c3748db56
|
Added tools to test animation for left and right edges with same speed.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
7dfdcc7be0
|
Added some work in progress to improve horizontal line animation.
|
2023-10-11 22:12:29 +04:00 |
|
23rd
|
d1f2950167
|
Added initial animation of horizontal lines in chart widget.
The animation is only top-down for now.
|
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
|
26b17325aa
|
Added initial implementation of footer in statistic 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 |
|