wp_xyz
|
a5c4bef278
|
TAChart: Split demos off into separate frames (distance, dragdrop, line, multi, radial)
|
2025-03-08 01:30:18 +01:00 |
|
wp_xyz
|
571d253de0
|
TAChart: Splitt "legend" demos off into separate frames.
|
2025-03-07 13:52:27 +01:00 |
|
wp_xyz
|
ca8aa3f8c6
|
TAChart: Split individual demos in "func" demo off into separate frames.
|
2025-03-07 13:07:42 +01:00 |
|
wp_xyz
|
a07324e56d
|
TAChart: Split individual demos in "axistransf" and "chartsource" demo projects off into separate frames.
|
2025-03-07 11:15:55 +01:00 |
|
wp_xyz
|
487ab660e1
|
TAChart: Split the demos contained in the "axis" demo project into separate frames.
|
2025-03-06 19:29:45 +01:00 |
|
wp_xyz
|
30b3480649
|
Examples: Add and fix metadata of recently added sample projects.
|
2025-03-05 22:34:53 +01:00 |
|
n7800
|
19319bf7de
|
Correction of dubious indentation in the code
|
2025-03-05 10:41:32 +00:00 |
|
wp_xyz
|
cae8834e91
|
TAChart: area demo clean-up
|
2025-03-03 20:20:24 +01:00 |
|
wp_xyz
|
6292275696
|
TAChart: Add stateseries metadata file for examples window.
|
2025-03-03 20:19:39 +01:00 |
|
wp_xyz
|
c42495ffab
|
TAChart: Split the two area demos off into separate frames.
|
2025-03-03 19:53:34 +01:00 |
|
wp_xyz
|
33ef9e8b6a
|
TAChart: Add a simpler demo for a Gantt chart to the TStateSeries sample project.
|
2025-03-02 23:49:41 +01:00 |
|
wp_xyz
|
1bcb76a36c
|
TAChart: Refactor Gantt chart demo project (data separate from series). Integrate "milestone" symbol for TStateSeries Gantt usage.
|
2025-03-02 01:33:54 +01:00 |
|
wp_xyz
|
315ee83f9e
|
TAChart: In the stateseries demo, split the machine state and Gantt charts off into separate frames.
|
2025-03-01 12:48:11 +01:00 |
|
wp_xyz
|
27b71cbfcf
|
TAChart: Extend TStateSeries to support a simple Gantt chart. Add Gantt chart to demo project.
|
2025-03-01 00:53:22 +01:00 |
|
wp_xyz
|
f97f7e3946
|
TAChart: Refactor BarHeight property of TStateSeries. Integrate code into TAMultiSeries, delete TAStateSeries.
|
2025-02-28 19:55:27 +01:00 |
|
Maxim Ganetsky
|
c99e49ee6f
|
TAChart: regenerated translations and updated Russian translation
|
2025-02-28 17:04:14 +03:00 |
|
wp_xyz
|
fa64a17035
|
: TAChart: Add TStateSeries as new series type and demo project for it.
|
2025-02-27 20:24:14 +01:00 |
|
wp_xyz
|
986cea52b7
|
TAChart: Minor change in financial demo project.
|
2025-02-09 15:59:26 +01:00 |
|
wp_xyz
|
4e939b31dd
|
Replace locally implement operator overload for method comparison by already available SameMethod. Proposed by n7800 in MR !431
|
2025-02-02 12:09:48 +01:00 |
|
wp_xyz
|
8ef40e37d5
|
TAChart: Fix potentially unbalanced sequence of Dataset.DisableControls and .EnableControls in TDbChartSource (https://forum.lazarus.freepascal.org/index.php/topic,70019.msg545153/topicseen.html)
|
2025-01-28 23:25:49 +01:00 |
|
wp_xyz
|
07a5b364bf
|
TAChart: Add demo for the new OnCalculateNewExtent event of zoom/pan tools.
|
2024-12-26 00:32:21 +01:00 |
|
wp_xyz
|
ca8860602a
|
TAChart: Fix drawing of TZoomDragTool's selection in case of fixed RatioLimit.
|
2024-12-25 23:51:03 +01:00 |
|
wp_xyz
|
345460427e
|
TAChart: More user-friendly zoom-in by ZoomDragTool with fixed RatioLimit
|
2024-12-25 23:41:12 +01:00 |
|
wp_xyz
|
6d84ad507a
|
TAChart: Add OnCalculateNewExtent event to all zoom/drag tools.
|
2024-12-25 18:48:27 +01:00 |
|
wp_xyz
|
5038bb77e1
|
TAChart: Add event OnCalculateNewExtent to TBasicZoomTool
|
2024-12-24 11:16:20 +01:00 |
|
wp_xyz
|
72a834edba
|
TAChart: Fix crash when Hide is called for an inactive chart tool.
|
2024-12-12 11:58:38 +01:00 |
|
wp_xyz
|
b07267959f
|
TAChart: Fix duplicate "virtual" directive of TBasicChartSeries.ClipRectChanged (https://forum.lazarus.freepascal.org/index.php/topic,69114.msg536109.html).
|
2024-10-31 00:00:33 +01:00 |
|
mattias
|
6fa805fb47
|
updated makefiles
|
2024-10-22 00:31:29 +02:00 |
|
Maxim Ganetsky
|
dcd00a1b13
|
Translations: French translation update by Gilles Vasseur, issue #41195
|
2024-10-20 02:13:20 +03:00 |
|
wp_xyz
|
7d011b8465
|
TAChart: Fix TLegendColumnCount to allow value 0
|
2024-09-27 19:32:53 +02:00 |
|
wp_xyz
|
ce366cd5f4
|
TAChart: Allow Legend.ColumnCount = 0 which finds the best presentation of the legend.
|
2024-09-27 18:15:20 +02:00 |
|
mattias
|
f286fac16b
|
updated makefiles
|
2024-07-15 10:50:53 +02:00 |
|
wp_xyz
|
4a9cf25491
|
IDE/Images: New component palette icons by Roland Hahn with consistent style.
|
2024-07-12 23:03:49 +02:00 |
|
wp_xyz
|
3d6170cf9e
|
TAChart: More speedup of TADrawerSVG.ColorToHex. Issue #40967. Patch by Alexey Torgashin.
|
2024-05-23 15:27:20 +02:00 |
|
wp_xyz
|
30e0768475
|
TAChart: Speedup TADrawerSVG.ColorToHex. Issue #40967. Patch proposed by Alexey Torgashin.
|
2024-05-22 16:38:36 +02:00 |
|
wp_xyz
|
b2c74fa967
|
TAChart: Fix unit test failure for IncQuarter.
|
2024-05-09 17:47:58 +02:00 |
|
wp_xyz
|
7ec978ec60
|
TAChart: Fixes incorrect axis title alignment in TChartExtentLink when one title is empty or when Axis.Title.Attachment = maCenter.
|
2024-04-30 22:48:40 +02:00 |
|
wp_xyz
|
6682b2230f
|
TAChart: Provide access to the boundary polygon of the axis title (property TChartAxis.TitlePolygon)
|
2024-04-29 12:30:35 +02:00 |
|
wp_xyz
|
c285c06219
|
TAChart: Fix misalignment of axis position of charts linked by TChartExtentLink when an axis has no title. Forum https://forum.lazarus.freepascal.org/index.php/topic,67087.msg515909.html#msg515909
|
2024-04-29 11:55:45 +02:00 |
|
wp_xyz
|
02d8ea0bde
|
TAChart: Add filter to axis click hit tests.
|
2024-04-18 10:16:35 +02:00 |
|
wp_xyz
|
e11e1d3921
|
TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859).
|
2024-03-22 22:21:22 +01:00 |
|
wp_xyz
|
8744e56918
|
TAChart: Support series pointers in TAChartStyle.
|
2024-03-16 22:24:31 +01:00 |
|
wp_xyz
|
12e9db2f31
|
TAChart: Avoid drawing no candlestick box when open and close prices in a TOpenHighLowCloseSeries are equal.
|
2024-03-05 22:46:44 +01:00 |
|
wp_xyz
|
1ee8c6edb1
|
TAChart/RadialSeries: Fix crash due to empty AngleCache (see https://forum.lazarus.freepascal.org/index.php/topic,66470.msg509501.html)
|
2024-03-04 10:07:34 +01:00 |
|
wp_xyz
|
105219a3b7
|
TAChart: Support ChartAxis.Position cuAxis. For this, add OrthogonalAxisIndex property and corresponding property editor.
|
2024-03-01 00:26:45 +01:00 |
|
wp_xyz
|
e5c820b1d3
|
TAChart: More changes related to issue #40780. Patch by raspberryrabbit.
|
2024-02-18 11:34:16 +01:00 |
|
wp_xyz
|
ca58c47ab7
|
TAChart: (hopefully) fix compilation with FPC 3.3.1. Issue #40780.
|
2024-02-17 17:12:43 +01:00 |
|
wp_xyz
|
0642c65d04
|
TAChart: Add demo for AxisClickTool
|
2024-02-17 15:59:27 +01:00 |
|
wp_xyz
|
9e3e23a440
|
TAChart: Fix axis click tool sometimes detecting wrong axis part.
|
2024-02-17 15:46:11 +01:00 |
|
wp_xyz
|
8801ff314b
|
TAChart: Fix occasional crash when Styles are used for series but style list is empty.
|
2024-02-08 13:05:17 +01:00 |
|