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

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