summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix superfluous ;Kai Köhne2022-08-231-1/+1
* Fix axis vanishing with specific valuesJere Tuliniemi2022-07-262-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-16449-12472/+900
* Improve performance on QXYModelMapperTomi Korpipaa2022-06-131-13/+14
* Fix minor tick placement for horizontal axisJoni Poikelin2022-05-031-4/+4
* Fix QChartView rubberband zoomMiikka Heikkinen2022-04-081-10/+10
* Doc: Remove left-over \ifKai Köhne2022-03-311-1/+0
* Doc: Fix link to cmake documentationKai Köhne2022-03-311-1/+1
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-3113-32/+37
* Doc: Revise Qt Charts module landing pageAndreas Eliasson2022-03-281-20/+20
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-1113-11/+34
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-3/+7
* Reset OpenGL state derived from the previous frameYuya Nishihara2022-02-151-0/+2
* Doc: Fix syntax in QtCharts moduleAndreas Eliasson2022-02-091-4/+5
* Fix old-style property revisions found in ValueAxis and BoxPlotSeriesYuya Nishihara2022-02-082-7/+10
* Construct QMouseEvent with global positionShawn Rutledge2022-02-011-0/+2
* Fix mouse event handling regression for scatter chartsMiikka Heikkinen2021-12-101-1/+8
* Fix: QPieSlice docs don't mention HTML formattingSami Varanka2021-11-301-0/+2
* Migrate to autogenerated cpp exports in the ChartsQml moduleAlexey Edelev2021-11-0218-35/+28
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-023-17/+6
* Divide by logBase in the right place to save messy computationsEdward Welbourne2021-10-251-4/+4
* Delegate to axis->tickCount() instead of duplicating its implementationEdward Welbourne2021-10-152-24/+8
* Fix axes not being removed when sharedHatem ElKharashy2021-10-151-0/+3
* Fix incorrect plotArea before resizeTomi Korpipaa2021-10-154-7/+18
* Fix: Resize chart after hiding axis labelsSami Varanka2021-10-1514-164/+282
* Break some lines up to conform with coding style rulesEdward Welbourne2021-10-142-7/+19
* Extract precision-needed calculation to a functionEdward Welbourne2021-10-131-10/+18
* Tidy up, modernise and simplify some minor detailsEdward Welbourne2021-10-134-23/+18
* Conform with coding style: spacing-only changesEdward Welbourne2021-10-1311-118/+118
* Fix typo in parameter name: aligment -> alignmentEdward Welbourne2021-10-133-7/+7
* Use ratios of natural logs rather than to base tenEdward Welbourne2021-10-1311-68/+63
* Simplify management of two static regular expression objectsEdward Welbourne2021-10-131-29/+17
* Drop redundant check on variable asserted earlier in functionEdward Welbourne2021-10-121-1/+1
* Add spline-series exampleAndrii Staikov2021-09-243-0/+76
* Make sure to install designer files with non-prefixed buildsAndy Nichols2021-09-043-3/+6
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Points selection for QSplineSeriesAndrii Staikov2021-08-301-8/+66
* Add bar chart exampleAndrii Staikov2021-08-302-0/+69
* Doc: Drop \instantiates entryVenugopal Shivashankar2021-08-242-2/+0
* Revert "Fix X axis labels to not draw over each other"Dimitrios Apostolou2021-08-191-12/+4
* Display selected points regardless of QXYSeries::lightMarker()Lukas Kosinski2021-08-196-25/+119
* Doc: Fix the qdoc warningsVenugopal Shivashankar2021-08-183-13/+13
* Add module upgrade documentation pageMiikka Heikkinen2021-08-102-0/+58
* LogValueAxis::labelFormat is a string, not a realAlbert Astals Cid2021-08-021-1/+1
* Fix AxisTypeColor flag valueMiikka Heikkinen2021-06-291-1/+1
* Add a comment discouraging people from manually installing QML filesUlf Hermann2021-06-171-0/+4
* Remove old configure-related filesJoerg Bornemann2021-06-172-155/+0
* Fix qml designer files installationMiikka Heikkinen2021-06-144-205/+68
* Doc: Use correct return type for qmlpropertyPaul Wicking2021-06-141-1/+1
* Update Qt Charts legend example to illustrate interactivityKeith Kyzivat2021-06-083-14/+34