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

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