7 #ifndef CHARTS_EXAMPLE_H_
8 #define CHARTS_EXAMPLE_H_
10 #include <Wt/WContainerWidget>
15 class WAbstractItemModel;
79 #endif // CHARTS_EXAMPLE_H_
A widget that demonstrates various aspects of the charting lib.
A Widget that demonstrates a scatter plot.
ChartsExample(Wt::WContainerWidget *root)
Constructor.
A Widget that demonstrates a Pie chart.
CategoryExample(Wt::WContainerWidget *parent)
Creates the category chart example.
A Widget that demonstrates a category chart.
A widget that demonstrates a times series chart.
TimeSeriesExample(Wt::WContainerWidget *parent)
Creates the time series scatter plot example.
PieExample(Wt::WContainerWidget *parent)
Creates the pie chart example.
ScatterPlotExample(Wt::WContainerWidget *parent)
Creates the scatter plot example.