Commit Graph

2636 Commits

Author SHA1 Message Date
wp_xyz
50c040a7f7 TAChart: Fix fit series legend display in html demo.
(cherry picked from commit 3fff0c46d3)
2023-11-29 15:50:27 +01:00
wp_xyz
98dc998e73 TAChart: Another 3d display issue of TPieSeries.
(cherry picked from commit 6fda7c4f11)
2023-08-29 23:41:29 +02:00
wp_xyz
70a68d6bea TAChart: Add rounding-error-tolerant comparison functions to TAMath.
(cherry picked from commit ac7dc35162)
2023-08-29 23:41:29 +02:00
wp_xyz
223c71d6b4 TAChart: Fix painting error in 3d-pie series (https://forum.lazarus.freepascal.org/index.php/topic,64437.msg489868.html)
(cherry picked from commit febc06ca63)
2023-08-29 23:41:28 +02:00
mattias
1e0b043129 updated makefiles 2023-08-10 22:07:59 +02:00
wp_xyz
161312c68d TAChart: Fix border color of rectangular series icons in ChartImageList.
(cherry picked from commit 9c392f31d0)
2023-07-12 11:30:15 +02:00
wp_xyz
182d9f6981 TAChart: TChartImageList supports multiple resolutions now.
(cherry picked from commit d7f8d3ea87)
2023-07-12 11:30:14 +02:00
wp_xyz
749a9db1ad TAChart: Use new icons in charteditor demo. 2023-07-12 11:12:24 +02:00
Juha
0bc8523ddf Reduce compiler warnings.
(cherry picked from commit c3891ad820)
2023-07-03 16:39:15 +03:00
mattias
50c127b5c0 updated makefiles 2023-06-30 21:02:31 +02:00
mattias
fe3389fc58 set fixes version to 3.0RC1 2023-06-25 17:59:59 +02:00
wp_xyz
765a2963da TAChart: Avoid "Numerical Recipe" routine for generation of normal-distributed random numbers in two demos. 2023-06-22 22:50:55 +02:00
wp_xyz
faf326a95f TAChart: Add project group for all demo projects. 2023-06-19 13:18:58 +02:00
wp_xyz
996af5ea5b TAChart: Avoid generic project names for demos. 2023-06-19 13:18:17 +02:00
wp_xyz
50a68c5dc8 TAChart, TurboPower_IPro: Fix "OffsetRect deprecated" message. 2023-06-16 01:50:13 +02:00
Maxim Ganetsky
f80440d58b Translations: Ukrainian translation update by Olexandr Pylypchuk, issue #40312 2023-06-12 18:20:35 +03:00
mattias
3a13fbf259 updated makefiles 2023-06-11 23:20:56 +02:00
Juha
1475336c8c Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
wp_xyz
68228adb4e TAChart: Clean-up: Remove out-dated version checks. Add missing compiler mode directives. 2023-06-03 17:37:23 +02:00
wp_xyz
749b703ea4 TAChart: Improved meta-data for the line-series demo project. 2023-05-27 17:48:14 +02:00
mattias
7bc5b63fbb updated makefiles 2023-05-27 02:07:12 +02:00
wp_xyz
e9cf352190 TAChart: Move TBasicPointSeries.PrepareGraphPoints to protected section and mark it as "virtual". (https://forum.lazarus.freepascal.org/index.php/topic,63421.0.html) 2023-05-21 20:15:08 +02:00
wp_xyz
e8f8aa16ce TAChart: Fix crash when a ListChartSource contains a single point and that has X=NaN. Add corresponding unit test. 2023-05-06 13:03:59 +02:00
wp_xyz
06c1648f61 TAChart: Fix unit test error due to incomplete TChartDataItem.CopyFrom 2023-05-06 12:58:35 +02:00
wp_xyz
b32b922e6e TAChart: Fix crash in TAGeometry.ProjToLine when line has coincident end points. 2023-04-16 13:05:10 +02:00
wp_xyz
6cebac6b7b TAChart: Improved drawing speed of TColorMapSeries 2023-03-19 11:49:36 +01:00
wp_xyz
a87955ec91 TAChart: Cleanup after af597e4d16 2023-03-18 00:10:23 +01:00
wp_xyz
af597e4d16 TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap). 2023-03-17 20:09:36 +01:00
wp_xyz
aae525977e TAChart: Add function PointDist overload for TDoublePoint arguments. 2023-03-12 18:18:16 +01:00
wp_xyz
afa64b7e9a TAChart: New event OnAddStyleToLegend for TChartStyles to control showing levels of stacked series in legend. https://forum.lazarus.freepascal.org/index.php/topic,62596.msg473977.html#msg473977 2023-03-11 19:15:14 +01:00
wp_xyz
ffd2ba5dc2 TAChart: Revert unintentional changes in some demos by previous commit. 2023-03-09 15:41:21 +01:00
wp_xyz
379a041d48 TAChart: Fixed incorrect drawing of rotated cubicspline series. Issue #40156. 2023-03-09 15:38:04 +01:00
wp_xyz
4aeb1eb0ff TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
wp_xyz
3812d79837 TAChart: Improved handling of system colors by AggPas drawer. 2023-03-09 10:15:28 +01:00
wp_xyz
0b3e17d77b TAChart: Fix text background painting in BGRA drawer. (https://forum.lazarus.freepascal.org/index.php/topic,62609.0.html). 2023-03-08 12:03:38 +01:00
wp_xyz
fa665367ab TAChart: Display Legend in bgra demo. 2023-03-08 10:15:57 +01:00
wp_xyz
dddd7c85cd TAChart: Fix TListChartSource.CopyFrom not copying additional x and y values. 2023-02-11 18:02:05 +01:00
wp_xyz
2320646b2d TAChart: Fix compilation of fpvectorial drawer package broken after commit 53f7749d. Issue #40086. 2023-01-10 15:35:05 +01:00
Ondrej Pokorny
829f320095 FPC: Extend System.UITypes 2022-12-18 09:47:42 +01:00
wp_xyz
2880e3bdde TAChart: Add chart title demo project. 2022-12-10 23:54:16 +01:00
wp_xyz
8b2c86f689 TAChart: New property FullWidth of TChartTitle to draw the title/footer background across the entire chart. 2022-12-10 23:43:44 +01:00
wp_xyz
4a42639ff8 TAChart: Add method to remove a chart from the ChartExtentLink. 2022-12-09 19:39:54 +01:00
Maxim Ganetsky
abfb1038bd Regenerated translations. 2022-12-08 03:30:04 +03:00
wp_xyz
fd431d9325 TAChart: Un-deprecate the OnAfterDraw event. 2022-12-07 19:11:27 +01:00
wp_xyz
bb65b8022c TAChart: Fix TDataPointMarksClickTool crashing when series is empty. 2022-11-28 19:14:48 +01:00
mattias
6671244b72 updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
wp_xyz
9ac4a95870 TAChart: Add aipInteger as new TAxisIntervalParamOption to force axis labels only in integer steps. 2022-11-06 18:28:57 +01:00
wp_xyz
e171cf6f33 TAChart: Workaround for TChartListbox not detecting clicks on checkbox and series icon correctly on macOS Monterey. See https://forum.lazarus.freepascal.org/index.php/topic,61074.msg458489.html. 2022-11-02 21:59:26 +01:00
Maxim Ganetsky
c987cf35a0 Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39863 2022-08-22 02:21:13 +03:00
Maxim Ganetsky
9654b421dd TAChart: regenerated translations and updated Russian translation 2022-07-25 01:45:56 +03:00