1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -14,15 +14,15 | |||||
14 | <td valign="top"> |
|
14 | <td valign="top"> | |
15 | <ul> |
|
15 | <ul> | |
16 | <li><a href="demos-chartthemes.html">Chart themes</a></li> |
|
16 | <li><a href="demos-chartthemes.html">Chart themes</a></li> | |
17 | <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li> |
|
|||
18 | <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li> |
|
17 | <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li> | |
19 | <li><a href="demos-nesteddonuts.html">Nested donuts chart</a></li> |
|
18 | <li><a href="demos-nesteddonuts.html">Nested donuts chart</a></li> | |
|
19 | <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li> | |||
20 | <li><a href="demos-qmlchart.html">Qml Basic Charts</a></li> |
|
20 | <li><a href="demos-qmlchart.html">Qml Basic Charts</a></li> | |
21 | <li><a href="demos-qmlcustomizations.html">Qml Customizations</a></li> |
|
21 | <li><a href="demos-qmlcustomizations.html">Qml Customizations</a></li> | |
22 | <li><a href="demos-qmlweather.html">Qml Weather</a></li> |
|
|||
23 | <li><a href="demos-qmlf1legends.html">Qml F1 Legends</a></li> |
|
|||
24 | <li><a href="demos-qmlcustommodel.html">Qml Custom Model</a></li> |
|
22 | <li><a href="demos-qmlcustommodel.html">Qml Custom Model</a></li> | |
|
23 | <li><a href="demos-qmlf1legends.html">Qml F1 Legends</a></li> | |||
25 | <li><a href="demos-qmloscilloscope.html">Qml Oscilloscope</a></li> |
|
24 | <li><a href="demos-qmloscilloscope.html">Qml Oscilloscope</a></li> | |
|
25 | <li><a href="demos-qmlweather.html">Qml Weather</a></li> | |||
26 | </ul> |
|
26 | </ul> | |
27 | </td> |
|
27 | </td> | |
28 | </tr> |
|
28 | </tr> |
@@ -4,6 +4,7 | |||||
4 | \subtitle |
|
4 | \subtitle | |
5 |
|
5 | |||
6 | This example shows how to use create a donut breakdown chart using QPieSeries API. |
|
6 | This example shows how to use create a donut breakdown chart using QPieSeries API. | |
|
7 | \image examples_donutbreakdown.png | |||
7 |
|
8 | |||
8 | Let's start by defining some data for the chart. |
|
9 | Let's start by defining some data for the chart. | |
9 |
|
10 |
@@ -4,5 +4,5 | |||||
4 | \subtitle |
|
4 | \subtitle | |
5 |
|
5 | |||
6 | The example shows how to create simple donut chart and do some customizations to a slice. |
|
6 | The example shows how to create simple donut chart and do some customizations to a slice. | |
7 | \image examples_donut.png |
|
7 | \image examples_donutchart.png | |
8 | */ |
|
8 | */ |
@@ -15,20 +15,20 | |||||
15 | <ul> |
|
15 | <ul> | |
16 | <li><a href="examples-areachart.html">Area chart</a></li> |
|
16 | <li><a href="examples-areachart.html">Area chart</a></li> | |
17 | <li><a href="examples-barchart.html">Bar chart</a></li> |
|
17 | <li><a href="examples-barchart.html">Bar chart</a></li> | |
|
18 | <li><a href="examples-barmodelmapper.html">Bar chart from model</a></li> | |||
18 | <li><a href="examples-customchart.html">Custom chart</a></li> |
|
19 | <li><a href="examples-customchart.html">Custom chart</a></li> | |
|
20 | <li><a href="examples-donutbreakdown.html">Donut breakdown chart</a></li> | |||
|
21 | <li><a href="examples-donutchart.html">Donut chart</a></li> | |||
19 | <li><a href="examples-horizontalbarchart.html">Horizontal bar chart</a></li> |
|
22 | <li><a href="examples-horizontalbarchart.html">Horizontal bar chart</a></li> | |
20 | <li><a href="examples-horizontalstackedbarchart.html">Horizontal stacked bar chart</a></li> |
|
|||
21 | <li><a href="examples-horizontalpercentbarchart.html">Horizontal percent bar chart</a></li> |
|
23 | <li><a href="examples-horizontalpercentbarchart.html">Horizontal percent bar chart</a></li> | |
|
24 | <li><a href="examples-horizontalstackedbarchart.html">Horizontal stacked bar chart</a></li> | |||
22 | <li><a href="examples-legend.html">Legend</a></li> |
|
25 | <li><a href="examples-legend.html">Legend</a></li> | |
23 | <li><a href="examples-linechart.html">Line chart</a></li> |
|
|||
24 | <li><a href="examples-lineandbar.html">Line and barchart</a></li> |
|
26 | <li><a href="examples-lineandbar.html">Line and barchart</a></li> | |
|
27 | <li><a href="examples-linechart.html">Line chart</a></li> | |||
25 | <li><a href="examples-modeldata.html">Model data</a></li> |
|
28 | <li><a href="examples-modeldata.html">Model data</a></li> | |
26 | <li><a href="examples-barmodelmapper.html">Bar chart from model</a></li> |
|
|||
27 | <li><a href="examples-percentbarchart.html">Percent bar chart</a></li> |
|
29 | <li><a href="examples-percentbarchart.html">Percent bar chart</a></li> | |
28 | <li><a href="examples-piechart.html">Pie chart</a></li> |
|
30 | <li><a href="examples-piechart.html">Pie chart</a></li> | |
29 | <li><a href="examples-donutchart.html">Donut chart</a></li> |
|
|||
30 | <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li> |
|
31 | <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li> | |
31 | <li><a href="examples-donutbreakdown.html">Donut breakdown chart</a></li> |
|
|||
32 | <li><a href="examples-presenterchart.html">Presenter chart</a></li> |
|
32 | <li><a href="examples-presenterchart.html">Presenter chart</a></li> | |
33 | <li><a href="examples-scatterchart.html">Scatter chart</a></li> |
|
33 | <li><a href="examples-scatterchart.html">Scatter chart</a></li> | |
34 | <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li> |
|
34 | <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li> |
@@ -17,13 +17,6 | |||||
17 | make uninstall |
|
17 | make uninstall | |
18 | \endcode |
|
18 | \endcode | |
19 |
|
19 | |||
20 | On Windows platforms both debug and release configurations are built by default at the same time. |
|
|||
21 | To build both at the same time on other platforms invoke the following command: |
|
|||
22 |
|
||||
23 | \code |
|
|||
24 | make all |
|
|||
25 | \endcode |
|
|||
26 |
|
||||
27 | Compiling as a static library (lib only): |
|
20 | Compiling as a static library (lib only): | |
28 | \code |
|
21 | \code | |
29 | qmake CONFIG+=staticlib |
|
22 | qmake CONFIG+=staticlib | |
@@ -55,7 +48,7 | |||||
55 |
|
48 | |||
56 | Add an import line to your *.qml file: |
|
49 | Add an import line to your *.qml file: | |
57 | \code |
|
50 | \code | |
58 |
import QtCommercial.Chart 1. |
|
51 | import QtCommercial.Chart 1.1 | |
59 | \endcode |
|
52 | \endcode | |
60 |
|
53 | |||
61 | \raw HTML |
|
54 | \raw HTML |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now