diff --git a/app/views/docs/charts.html.erb b/app/views/docs/charts.html.erb index 6556de3..9f3aee0 100644 --- a/app/views/docs/charts.html.erb +++ b/app/views/docs/charts.html.erb @@ -28,8 +28,8 @@
  • color (string) Line color, default: red (optional)
  • bgcolor (string) Background color, default: white (optional)
  • type (line/bar/column) Type of chart, default: line (optional)
  • -
  • width (integer) Chart width in pixels, iframe width will be 20px larger, default chart width: 400 (optional)
  • -
  • height (integer) Chart height in pixels, iframe height will be 20px larger, default chart height: 200 (optional)
  • +
  • width (integer) Chart width in pixels, iframe width will be 20px larger, default chart width: 400. Set to auto to automatically adjust chart size based on its parent container. (optional)
  • +
  • height (integer) Chart height in pixels, iframe height will be 20px larger, default chart height: 200. Set to auto to automatically adjust chart size based on its parent container. (optional)
  • dynamic (true/false) Make chart update automatically every 15 seconds, default: false (optional)
  • step (true/false) Draw chart as a step chart, default: false (optional)
  • export (true/false) Show export buttons, so that chart can be saved as an image, default: false (optional)