Koen Deforche ebfdba10ca Fix issue #4989: properly flush response hace 8 años
..
CMakeLists.txt 9dd3f8912a see Changelog hace 14 años
ChartConfig.C ebfdba10ca Fix issue #4989: properly flush response hace 8 años
ChartConfig.h bd4d994f21 Several changes: hace 9 años
ChartsApplication.C f30cedc1a3 updated release notes for 3.3.0 hace 12 años
ChartsExample.C c89c64c949 Several changes: hace 9 años
ChartsExample.h 23c84d699e back-port WDialog fixes from v3 branch hace 16 años
CsvUtil.C 27966808bd handle empty data in category charts like in scatter plots hace 14 años
CsvUtil.h 23c84d699e back-port WDialog fixes from v3 branch hace 16 años
PanelList.C 9dd3f8912a see Changelog hace 14 años
PanelList.h 1aca2f1d32 Several changes: hace 10 años
README.md 8455fb6ae2 added README.md files for examples, several bug fixes hace 13 años
category.csv c2d3b9b8ec see Changelog hace 14 años
charts.css 23c84d699e back-port WDialog fixes from v3 branch hace 16 años
charts.xml aa3a659f42 see Changelog hace 15 años
timeseries.csv 23c84d699e back-port WDialog fixes from v3 branch hace 16 años

README.md

Charts example

This is an example that illustrates the Wt::Chart API, which implement chart views for the built-in item data models.

How to run

See the README in the parent directory.

What it illustrates

  • the use of Wt::Chart API to create cartesian charts (category data and scatter plots), and pie charts
  • the use of Wt::WPanel