##// END OF EJS Templates
reintroducing clicked and hovered signals to barset. Makes some things easier on QML api
reintroducing clicked and hovered signals to barset. Makes some things easier on QML api

File last commit:

r1369:0f97f496fd67
r1490:b134c8a9174e
Show More
examples.qdoc
39 lines | 1.8 KiB | text/plain | TextLexer
Michal Klocek
Refactor documentation...
r330 /*!
\page examples.html
\title Examples
\keyword Examples
\raw HTML
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
<tr>
<th class="titleheader" width="33%">
List of examples
</th>
</tr>
<tr>
<td valign="top">
<ul>
Jani Honkonen
Add demos to docs
r921 <li><a href="examples-areachart.html">Area chart</a></li>
<li><a href="examples-barchart.html">Bar chart</a></li>
<li><a href="examples-customchart.html">Custom chart</a></li>
sauimone
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
r1208 <li><a href="examples-groupedbarchart.html">Grouped bar chart</a></li>
sauimone
legend example to documentation. minor legend fixes
r1300 <li><a href="examples-legend.html">Legend</a></li>
Tero Ahola
Documentation front page
r979 <li><a href="examples-linechart.html">Line chart</a></li>
Jani Honkonen
Add demos to docs
r921 <li><a href="examples-modeldata.html">Model data</a></li>
Marek Rosa
Added documentation for BarModelMapper example
r1369 <li><a href="examples-barmodelmapper.html">Bar chart from model</a></li>
Jani Honkonen
Add demos to docs
r921 <li><a href="examples-percentbarchart.html">Percent bar chart</a></li>
<li><a href="examples-piechart.html">Pie chart</a></li>
<li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li>
<li><a href="examples-presenterchart.html">Presenter chart</a></li>
<li><a href="examples-scatterchart.html">Scatter chart</a></li>
<li><a href="examples-scatterinteractions.html">Scatter interactions</a></li>
<li><a href="examples-splinechart.html">Spline chart</a></li>
<li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li>
<li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li>
<li><a href="examples-zoomlinechart.html">Zoom line</a></li>
Michal Klocek
Refactor documentation...
r330 </ul>
</td>
</tr>
</table>
\endraw
*/