|
|
2026-08-12 13:36:02 +03:00 |
| .. |
|
abstract_chart_view.cpp
|
Initially refactored statistics module to simplify value types changing.
|
2024-04-15 11:20:30 +04:00 |
|
abstract_chart_view.h
|
Moved out calculation of height limits for linear chart to single place.
|
2023-11-28 21:55:24 +04:00 |
|
bar_chart_view.cpp
|
Initially refactored statistics module to simplify value types changing.
|
2024-04-15 11:20:30 +04:00 |
|
bar_chart_view.h
|
Initially refactored statistics module to simplify value types changing.
|
2024-04-15 11:20:30 +04:00 |
|
chart_rulers_view.cpp
|
Update API scheme to layer 214. Start themes.
|
2025-08-31 20:53:12 +04:00 |
|
chart_rulers_view.h
|
Added credits icon to statistical charts.
|
2024-06-30 21:16:07 +04:00 |
|
chart_view_factory.cpp
|
Added ability to use BarChartView as non-stack as well.
|
2023-11-28 21:55:24 +04:00 |
|
chart_view_factory.h
|
Created abstract chart view class.
|
2023-10-11 22:12:30 +04:00 |
|
linear_chart_view.cpp
|
Removed unused style includes from sources.
|
2026-07-27 14:04:36 +03:00 |
|
linear_chart_view.h
|
Moved class of line ratio for double linear chart from private space.
|
2023-11-28 21:55:24 +04:00 |
|
stack_chart_common.cpp
|
Improved limits of zoomed in slider in footer for stack linear chart.
|
2023-10-11 22:12:33 +04:00 |
|
stack_chart_common.h
|
Fixed display of zoomed days in pie chart view.
|
2023-10-11 22:12:31 +04:00 |
|
stack_linear_chart_common.cpp
|
Add some asserts in stats.
|
2025-08-14 18:30:01 +04:00 |
|
stack_linear_chart_common.h
|
Added animation to pie chart while changing its parts.
|
2023-10-11 22:12:35 +04:00 |
|
stack_linear_chart_view.cpp
|
Added missing const to local references in some files.
|
2026-08-12 13:36:02 +03:00 |
|
stack_linear_chart_view.h
|
Removed redundant semicolons from code.
|
2023-12-31 19:42:23 +04:00 |