##// END OF EJS Templates
Added qmlchart to demo docs
Jani Honkonen -
r1010:7d8749d240a0
parent child
Show More
@@ -0,0 +1,7
1 /*!
2 \example demos/qmlchart
3 \title Qml charts demo
4 \subtitle
5
6 This is a basic demonstration how to use the different chart types by using qml.
7 */
@@ -16,9 +16,11
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>
17 <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li>
18 <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li>
18 <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li>
19 <li><a href="demos-qmlchart.html">Qml chart</a></li>
19 </ul>
20 </ul>
20 </td>
21 </td>
21 </tr>
22 </tr>
22 </table>
23 </table>
23 \endraw
24 \endraw
24 */
25 */
26
General Comments 0
You need to be logged in to leave comments. Login now