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