| Mandatory | field | => | name of the question to chart | None |
| Optional | type | => | type of chart | "bar" (no other type available at this time) |
| Optional | breakdown | => | name of the question acting as data breakdown | None |
| Optional | subset_in_sql | => | MySQL-syntax case selection expression | None |
| Optional | _proj | => | CallWeb project name from which the data are drawn | Current project |
| Optional | print | => | 0 | no | non | 1 | oui | yes | Yes. The JavaScript code for displaying the chart can be saved in a variable: $mychart = calc_graph ( print => no, option => value, option => value ); |
| Optional | maxscale | => | maximum numeric value depicted on the y-axis | Determined by Highcharts |
| Optional | maxtitlelength | => | maximum number of characters in the title | 256 |
| Optional | maxsubtitlelength | => | maximum number of characters in the subtitle | 256 |
| Optional | minwidth | => | minimum width of the chart in pixels (px) or percentage of the page (%) | Determined by Highcharts |
| Optional | maxwidth | => | maximum width of the chart in pixels (px) or percentage of the page (%) | Determined by Highcharts |
| Optional | minheight | => | minimum height of the chart in pixels (px) or percentage of the page (%) | Determined by Highcharts |
| Optional | maxheight | => | maximum height of the chart in pixels (px) or percentage of the page (%) | Determined by Highcharts |