##// END OF EJS Templates
Doc updates
Jani Honkonen -
r1909:bb12647edbe2
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
@@ -14,15 +14,15
14 14 <td valign="top">
15 15 <ul>
16 16 <li><a href="demos-chartthemes.html">Chart themes</a></li>
17 <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li>
18 17 <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li>
19 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 20 <li><a href="demos-qmlchart.html">Qml Basic Charts</a></li>
21 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 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 24 <li><a href="demos-qmloscilloscope.html">Qml Oscilloscope</a></li>
25 <li><a href="demos-qmlweather.html">Qml Weather</a></li>
26 26 </ul>
27 27 </td>
28 28 </tr>
@@ -4,6 +4,7
4 4 \subtitle
5 5
6 6 This example shows how to use create a donut breakdown chart using QPieSeries API.
7 \image examples_donutbreakdown.png
7 8
8 9 Let's start by defining some data for the chart.
9 10
@@ -4,5 +4,5
4 4 \subtitle
5 5
6 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 15 <ul>
16 16 <li><a href="examples-areachart.html">Area chart</a></li>
17 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 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 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 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 25 <li><a href="examples-legend.html">Legend</a></li>
23 <li><a href="examples-linechart.html">Line chart</a></li>
24 26 <li><a href="examples-lineandbar.html">Line and barchart</a></li>
27 <li><a href="examples-linechart.html">Line chart</a></li>
25 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 29 <li><a href="examples-percentbarchart.html">Percent bar chart</a></li>
28 30 <li><a href="examples-piechart.html">Pie chart</a></li>
29 <li><a href="examples-donutchart.html">Donut chart</a></li>
30 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 32 <li><a href="examples-presenterchart.html">Presenter chart</a></li>
33 33 <li><a href="examples-scatterchart.html">Scatter chart</a></li>
34 34 <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li>
@@ -17,13 +17,6
17 17 make uninstall
18 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 20 Compiling as a static library (lib only):
28 21 \code
29 22 qmake CONFIG+=staticlib
@@ -55,7 +48,7
55 48
56 49 Add an import line to your *.qml file:
57 50 \code
58 import QtCommercial.Chart 1.0
51 import QtCommercial.Chart 1.1
59 52 \endcode
60 53
61 54 \raw HTML
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now