##// END OF EJS Templates
In QML axisXTop didn't go top...
In QML axisXTop didn't go top It looked like the signal was connected to wrong slot. Probably copy&paste bug. Change-Id: Ie4887970891f3b902b71fb0b686c4adbbc1d48b1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2574:599370d0561c
r2576:dee90918a18a
Show More
README
98 lines | 3.2 KiB | text/plain | TextLexer
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 ---------------------------------
Qt Enterprise Charts Add-on 1.3.0
---------------------------------
samakkon
Added License file
r916
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 What's in Qt Enterprise Charts
==============================
samakkon
Added License file
r916
Directory structure:
src/
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 Source code of the Qt Enterprise Charts
Tero Ahola
Fixed README formatting and plugin folder description
r1402 plugins/
Miikka Heikkinen
Readme up to date for 1.3.0, and some minor doc fixes...
r2571 QML bindings plugins and QtCreator plugin
samakkon
Added License file
r916 examples/
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 Some examples of using Qt Enterprise Charts
samakkon
Added License file
r916 demos/
Tero Ahola
Fixed README formatting and plugin folder description
r1402 More versatile example applications showing how to customize charts,
samakkon
License files and readme
r917 combine several chart types and implement interaction in charts
samakkon
Added License file
r916 doc/
Documentation
Michal Klocek
minor. Release polishing
r1049 licenses/
Tero Ahola
Updated readme for 1.1.0
r2035 Licensing information
samakkon
License files and readme
r917
Michal Klocek
minor. Release polishing
r1049 Building
samakkon
Added License file
r916 ========
Tero Ahola
Updated readme for 1.1.0
r2035 Please note that if you have already installed a previous version of
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 Qt Enterprise Charts, you should first uninstall it with
Tero Ahola
Updated readme for 1.1.0
r2035 make uninstall
samakkon
Added License file
r916
Michal Klocek
monir. typo
r1678 Configure project with qmake and build project with make:
Michal Klocek
Updated README
r1677 (Linux) make
Michal Klocek
minor. Release polishing
r1049 (Windows with MinGw) mingw32-make
Tero Ahola
Fixed a typo in README
r1403 (Visual Studio) nmake
Jani Honkonen
Adding support for static builds.
r1440 (OSX) make
samakkon
Added License file
r916
Michal Klocek
Updated README
r1677 For debug builds:
Tero Ahola
Updated readme for 1.1.0
r2035 qmake CONFIG+=debug; make
Michal Klocek
Updated README
r1677 or
Michal Klocek
monir. typo
r1678 qmake CONFIG+=debug_and_release; make debug
Michal Klocek
Updated README
r1677
For release builds:
qmake CONFIG+=release ; make
or
Michal Klocek
monir. typo
r1678 qmake CONFIG+=debug_and_release; make release
Michal Klocek
Updated README
r1677
For both builds
Tero Ahola
Updated readme for 1.1.0
r2035 qmake CONFIG+="debug_and_release build_all"; make
Michal Klocek
Updated README
r1677
samakkon
Added License file
r916 If you want to install the libraries to your Qt library directory use:
Michal Klocek
minor. Release polishing
r1049 make install
samakkon
Added License file
r916
Michal Klocek
minor. Release polishing
r1049 If you want to uninstall the libraries
make uninstall
samakkon
Added License file
r916
Jani Honkonen
Adding support for static builds.
r1440 Building as a statically linked library
=======================================
The same as above applies you will just have to add staticlib to the CONFIG:
qmake CONFIG+=staticlib
samakkon
Added License file
r916 Documentation
=============
Miikka Heikkinen
Minor fix to README
r2441 Documentation can be found from doc/html and doc/qch directories. The documentation
Tero Ahola
Updated readme for 1.1.0
r2035 can also be generated with:
make docs
samakkon
Added License file
r916
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 Main Changes between 1.2.1 and 1.3.0
Miikka Heikkinen
Readme up to date for 1.3.0, and some minor doc fixes...
r2571 ====================================
Miikka Heikkinen
Updated version number and README for 1.2.1
r2426
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 - New chart type added: Polar chart
Miikka Heikkinen
Readme up to date for 1.3.0, and some minor doc fixes...
r2571 - New series type added: Box and whiskers
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 - QtQuick 2 support added
Tero Ahola
Updated readme for 1.1.0
r2035
Miikka Heikkinen
Readme up to date for 1.3.0, and some minor doc fixes...
r2571 Bug Fixes and minor new features
================================
Tero Ahola
Updated readme for 1.1.0
r2035
Miikka Heikkinen
Readme up to date for 1.3.0, and some minor doc fixes...
r2571 - New: Added missing QML support for LogValueAxis
- New: Implement index based removing/replacing points in series
- New: Added API to specify plot area background
- New: Added HTML support for various text items
Note that '\n' no longer causes new line in text items, use HTML tag <br/> instead
- New: Added QChart::zoomReset() and QChart::isZoomed()
- New: Added API for setting roundness of the corners for the background of the chart
- Fixed: If vertical QLogValueAxis base is selected so that it has only single visible tick,
its label always displays as "..."
- Fixed: Crash when removing pie series from chart
- Fixed: Most themes disable axis shades
- Fixed: Lingering shades from high contrast theme
- Fixed: Crash when adding/removing points during animation
- Fixed: Wrong expand direction with rotated chart view
- Fixed: Android build errors
- Fixed: Legend marker brush for series with black pen
- Fixed: Explicitly set default pen/brush/font got overridden by theme
- Fixed: Multi-line axis titles and labels now position correctly
- Fixed: Legend markers text truncation with small font sizes
- Fixed: QChartView right click zoom out when zooming only along one axis
- Fixed: Crash or memory leak when resetting animation options mid-animation
- Fixed: QBarCategoryAxis doesn't notify domain on category remove