##// END OF EJS Templates
Minor fixes and started changing ReadMe
Minor fixes and started changing ReadMe

File last commit:

r1363:ed768c7affdd
r1363:ed768c7affdd
Show More
README
57 lines | 1.6 KiB | text/plain | TextLexer
--------------------------------
Commercial Charts Add-on Beta
--------------------------------
Whats in Qt Commercial Charts
=============================
Directory structure:
src/
Source code of the Qt Commercial Charts
qmlplugin/
QML bindings for the charts
examples/
Some examples of using Qt Commercial Charts
demos/
More versatile example applications showing how to customize charts,
combine several chart types and implement interaction in charts
doc/
Documentation
licenses/
Licensing infromation
Building
========
Configure project with qmake:
qmake CONFIG+=release
Build poject with make:
(Linux) make
(Windows with MinGw) mingw32-make
(Visual Studio) namke
If you want to install the libraries to your Qt library directory use:
make install
If you want to uninstall the libraries
make uninstall
Documentation
=============
The documentation can be generated with "make docs". It will be placed
into "doc/html" in the build directory.
KNOWN ISSUES
============
* The Charts API should be stable, but might still change between the Beta and first official release
* Some areas will be refactored before the first official release
* Enable/disable tooltip is missing from the API
* Mutliple axis are not suported at the moment.
* Logartmic, polar axis are not supported at the moment.
* Model support for QBarSeries is not complete.
* Interlnal layout hadnling is not working properly.
* The QML Bindings are still under development and to be considered as early draft
* All the current QML APIs are shown in qmlchart demo app