Skip to content

Morris based charts

Yuji Takayama edited this page Jul 10, 2013 · 2 revisions

You can use options provided by Morris. However, some options can not be used because it is set automatically. (e.g. element)

Typical configuration

axes

If "false" is specified, Label for X-axis, Y-axis will be hidden.

####grid if "false" is specified, grid line of backgroud will be hidden.

lineWidth

The width of the line of chart.

lineColors

The color of the line of chart. By default, chartColors will be use.

pointSize

The size of the circle of the vertices of the line chart.

pointStrokeColors

The color of the circle of the vertices of the line chart.

barColors

The color of the bar of chart. By default, chartColors will be use.

colors

The color of the donut. By default, chartColors will be use.

** NOTE: **

  • In the standard browser of Android 2.3, Morris is not available
  • In the IE8, the Chart API will be use VML instead of SVG because IE8 does not support SVG. Also, "smooth" option is always set to true.
Clone this wiki locally