##// END OF EJS Templates
Remove theme setting from StackedBarChart Drilldown example...
Remove theme setting from StackedBarChart Drilldown example The theme previously set for this example made it really slow on Android. Therefore the theme setting is removed. Change-Id: Ia454cdce2ebecfdd24ce9d91f1b8cb63fdb86be3 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>

File last commit:

r2743:8c02a8867861
r2762:1774126c17aa
Show More
changes-2.0.0
47 lines | 1.5 KiB | text/plain | TextLexer
Qt Charts 2.0
Qt Charts 2.0 is supported from Qt 5.4 onwards. Charts 2.0 no longer supports
QtQuick 1.
For more details on the features and fixes, refer to the online documentation
included in this distribution. The documentation is also available online:
http://doc.qt.io/QtCharts
General Improvements
--------------------
Qt Charts structure changed so that it now follows the structure of Qt modules
API changes (source break)
--------------------------
- Removed the old hovered signal from bar chart
- Deprecated axis labelsPen removed
- Deprecated axis titlePen removed
- Deprecated value axis niceNumbersEnabled removed
- Deprecated QChart::minimumMargins removed
- QAbstractAxis::AxisType values changed
- QChartView::HorizontalRubberBand spelling corrected
New features
------------
- Added QML designer plugin
- Added QChart::localizeNumbers to enable QLocale usage with locale property
- Added cmake support
- Added pressed, released and doubleClicked signals for all series
Fixed issues
------------
- Added missing BoxPlotModelMappers as types for QtQuick 2
- Fixed long label visibility
- Fixed empty domain detection
- Fixed charts axis label format
- Added plotAreaChanged signal
- Fixed axis attachments in QML
- Fixed bar category axis labels
- Fixed shades for log and category axes
- Fixed designer plugin target
- Fixed Charts build when quick module is not build
- Fixed chart zooming
- Fixed android build errors
- Fixed memory leaks
- Fixed build issue with dynamic OpenGL configurations