GRAPHIT CHANGE LOG 2018-12-03 - Pgm CHARTIT now supporting also the HTTPS environment. 2016-06-09 - Implemented (as far as possible) Reposive HTML Design on its online manual. 2016-05-13 - Fixed a CHARTIT problem: when multiple charts generated from a CGI program, all charts used to overlay the first one (reason: chart containers used to have the same name). 2016-03-29 - Program CHARTIT used to bump out if more than 10 data series were passed. Now it supports up to 20 data series and will not bump out if limit exceeded. 2016-03-14 - Provided an updated version of the engine (Chart.js) . This update not only fixes an original bug (misplaced labels on the Y axis of a chart) but includes significant presentation enhancements (such as floating labels). 2015-10-26 - Added an example program that demostrates how to embed a graph in a regular CGI WEB page. See http://www.easy400.net/graphit/html/page6.htm#3 . 2015-10-25 - Utility program CHARTIT now supports the input variable "xToStmf" (stream file name) You may use it to send the generated graph to an IFS stream file instead of the client browser. 2014-04-10 - Utility program CHARTIT now supports the input variable "xoptions". This allows to override a number of chart default parameters, such as "scale" values in a line chart. 2014-03-19 - Fix: CHARTIT_XLISTDATA value has no longer to be uppercase. 2014-02-06 - Danny Mingledorff has provided some examples of "stacked" charts, see page http://www.easy400.net/graphit/html/page8.htm 2014-01-25 - Chart.js updated to its latest version dated 2014/01/24. 2013-12-23 - Added documentation and examples about chart options. 2013-12-15 - Added a general purpose CGI program, able to generate any kind of chart, plotting whatever data. - Added Polar, Pie and Doughnut charts. 2013-12-15 - Added Radar and Bar charts. 2013-12-12 - First release: Line charts.