TimsBlog >> kernel_doc_buglist >> TimsBlogSidebar >> http:' 

TB Wiki

Login

ProgressChart Help

The ProgressChart processor allows a user to define, display, and manage data entries for a progress chart. The data entries are read from a single page in the wiki.

Despite the name of the processor, the data is shown as a list, and not an actual chart. (I believe showing a chart was intended to be a future feature).

The processor displays a table with a list of data entries, and a form for adding a new data entry for the "progress chart".

Processor arguments are:

  • <data_entries_page_name>
  • <chart_spec>...

Example usage:

{{{#!ProgressChart
RunningDataEntries
}} }

It appears that the code reads additional lines after the first one in the processor block as the 'chart_spec'. However, I can see nothing in the code that supports additional fields or field types in the progress data. It appears that the source page (specified on line 1 of the processor block) contains a tbwiki table (inline table using '||' separators), with only two columns, each row containing a date and a progress data value.

Back to page: SystemInfo

TBWiki engine 1.9.3 by Tim Bird