| Name | Type | Short | Long |
|---|---|---|---|
| title | cs-string | Chart title | text,css |
| x_legend | cs-string | x-axis-description | text,size,colour |
| x_ticks | number | Size of ticks on x-axis | |
| x_axis_steps | number | Steps on x-axis | |
| y_ticks | cs-string | 5,10,steps | first 2 are hardcoded - why? |
| y2_lines | cs-string | Numbers of right-y-datalines | Which indexes(-1) are scaled with the right y-axis |
| show_y2 | string | true/false | |
| x_labels | cs-string | Labes on x-axis | |
| y_min | number | minimal value on left y-axis | |
| y_max | number | maximal value on left y-axis | |
| bg_colour | colour | Background colour | |
| bg_image | string | Background image | |
| bg_image_x | string | Horizontal alignment of background-image | center, left or right |
| bg_image_y | string | Vertical alignment of background-image | middle, top or bottom |
| x_axis_colour | colour | Colour of x-axis | |
| x_grid_colour | colour | Colour of x-grid | |
| inner_background | colour | Colour of the area between axis | |
| pie | cs-string | Config of pie | alpha,line-colour,label-colour |
| values values_[i] |
cs-string | Lines to show | Y-Values are seperated by a comma |
| pie_labels | cs-string | Pie-Labels | must be in the same order as the values corresponding |
| colours | cs-string | Pie-Colours | |
| tool_tip | string | Tool-Tip to show on over | special syntax |
| y2_axis_colour | colour | Right y-axis colour | |
| y_grid_colour | colour | Y-Grid colour | |
| y_axis_colour | colour | Left y-axis colour | |
| bar bar_[i] |
cs-string | 3D-Bar-Config | alpha,colour,key-name,key-size |
| bar_fade bar_fade_[i] |
cs-string | Bar-Fade-Config | alpha,colour,key-name,key-size |
| bar_3d bar_3d_[i] |
cs-string | 3D-Bar-Config | alpha,colour,key-name,key-size |
| bar_glass bar_glass_[i] |
cs-string | Bar-Glass-Config | alpha,colour,outline-colour,key-name,key-size |
| filled_bar | cs-string | Filled-Bar-Config | alpha,colour,outline-colour,key-name,key-size |
| line | cs-string | Simple line | line-width,colour,key-name,key-size |
| line_hollow | cs-string | Line with circles | line-width,colour,key-name,key-size,circle-size |
| line_dot | cs-string | Line with dots | line-width,colour,key-name,key-size,dot-size |
| area_hollow | cs-string | Area under line-config | line-width,dot-size,colour,alpha,key-name,key-size,fill-colour |
| y_legend | cs-string | Y-Axis description | text,size,colour |
| y2_legend | cs-string | Right y-axis description | text,size,colour |
| x_axis_3d | number | Size of 3D-extraction | |
| y2_min | number | minimal value on left y-axis | |
| y2_max | number | maximal value on left y-axis | |
| y_label_style | cs-string | Left y-label style | font-size,colour |
| y2_label_style | cs-string | Right y-label style | font-size,colour |
| x_label_style | cs-string | X-Label style | font-size,colour,orientation,step,grid-color orientation:0-normal,1-90 degree,2-45 degree |