summaryrefslogtreecommitdiffstats
path: root/src/graphs2d/qsgrenderer/arearenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for series draw orderJere Tuliniemi26 hours1-0/+10
* Add clipPlotArea property for GraphsView in 2DSami Varanka8 days1-2/+2
* Add multi axis supportJere Tuliniemi2025-04-281-24/+25
* add categorized logging for graphs 2d pt1Niko Korkala2025-04-031-3/+9
* Add hovered property to AbstractSeriesSami Varanka2025-02-031-0/+2
* Add custom input support for areaKwanghyo Park2024-12-051-22/+81
* Optimize AreaRendererJere Tuliniemi2024-10-241-91/+25
* Add feature support for 2D graphsTomi Korpipaa2024-09-201-0/+4
* Fix compilation with -qreal floatTim Blechmann2024-08-131-1/+1
* Delete created PointGroupsJere Tuliniemi2024-07-301-1/+5
* Make GraphsView available for autotestingKaj Grönholm2024-07-231-0/+1
* API: Minor tweaks in Graphs 2DKaj Grönholm2024-07-221-2/+2
* Clip graphs content to PlotAreaKaj Grönholm2024-07-191-12/+10
* Fix AreaSeries not updating if upper/lower series in manipulated in QMLOwais Akhtar2024-07-161-14/+35
* Fix crashes when axisX and axisY not setJere Tuliniemi2024-07-041-0/+3
* Fix AreaRenderer series add/remove/visibilityOwais Akhtar2024-06-191-38/+72
* API: Fix property getter namingKaj Grönholm2024-05-281-4/+4
* Support theme borderWidth in AreaSeriesKaj Grönholm2024-05-281-1/+5
* Fix out of range in AreaRendererKaj Grönholm2024-05-231-0/+1
* API: Update series themingKaj Grönholm2024-05-201-5/+7
* Fix compile errors for ios buildKwanghyo Park2024-05-201-7/+7
* Introduce integrated theme for graphsKwanghyo Park2024-04-301-6/+9
* Change all enums to scopedKaj Grönholm2024-04-041-6/+6
* 2D: Remove extra d and q ptr from seriesSami Varanka2024-03-221-1/+2
* Populate legendData in AreaRendererSami Varanka2024-03-141-0/+2
* Add support for dynamic spline seriesOwais Akhtar2024-03-131-2/+3
* Add AreaSeriesJere Tuliniemi2024-03-121-0/+384