QtCharts module
Go to file
sauimone a6e87336a4 barchart: removed old model 2012-04-12 13:15:45 +03:00
Licenses License files and readme 2012-04-05 12:10:20 +03:00
demos Adds missing includes for pro files 2012-04-12 13:00:56 +03:00
doc Documentation fixes. 2012-04-12 10:48:00 +03:00
examples barchart: removed old model 2012-04-12 13:15:45 +03:00
features Proof-of-concept for QML api 2012-02-03 09:39:24 +02:00
qmlplugin Enabled dummy bar chart impl in QML again 2012-04-12 13:11:08 +03:00
src barchart: removed old model 2012-04-12 13:15:45 +03:00
test Adds missing includes for pro files 2012-04-12 13:00:56 +03:00
.gitignore Added build & bin directories to .gitignore 2012-02-07 10:16:07 +02:00
README Known issues about QML api and integrated build for QML 2012-04-11 15:12:04 +03:00
build.pri Improves build configuration 2012-04-12 11:50:36 +03:00
charts.pro Updates development_build option 2012-04-12 12:25:06 +03:00
config.pri minor. missing line option 2012-04-12 12:31:35 +03:00

README

--------------------------------
Commercial Charts Add-on Preview
--------------------------------


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
Licensing/
    Licensing infromation


Building 
========

qmake
make (linux), mingw32-make (Windows with MinGw) or nmake (Visual Studio)

If you want to install the libraries to your Qt library directory use:
make install


Documentation
=============

The documentation can be generated with "make docs".  It will be placed
into "doc/html" in the build directory.

KNOWN ISSUES
============
- General
    * The preview version of Qt Commercial Charts is still under development 
      and thus should not be used in e.g. product development
    * The Charts API might change between the Preview and first official release
    * Some areas will be refactored before the first official release
    * Qt Designer plugin is missing
	* Enable/disable tooltip is missing from the API

- QML API
    * The QML Bindings are still under development and to be considered as early preview
	* All the current QML APIs are shown in qmlchart demo app
    * If doing a developer build (not installing into your Qt instance) you
	  need to copy qmldir file to the qmlplugin installation folder; it is not
	  copied during build.

- Model based

- Bar Chart
    * Modifying bar categories is not possible

- Pie Chart
    * Slice labels drawn on top of the label arm

- Line Chart