Css based charts - movabletype/Documentation GitHub Wiki
css.hosizontalBar
Currently, css.hosizontalBar cannot handle multiple yLength.
barColor
The color of the bar of chart. By default, chartColors will be use.
barBackgroundColor
The background color of the bar of chart.
barWidth
The width of the bar of chart.
barInterval
The margin between the bar and bar.
labelColor
The color of text that located on right side.
labelSize
The size of text that located on right side.
showDate
If "true" is specified, will be display the date of the data.
dateColor
The color of date label.
css.ratioHorizontalBar
In order to display the percentage of each data on the y-axis, you must specify the yLength of two or more.
barWidth
The width of the bar of chart.
barInterval
The margin between the bar and bar.
labelColor
The color of text label.
labelSize
The size of text label.
showDate
If "true" is specified, will be display the date of the data.
dateColor
The color of date label.
barColors
The color of the bar of chart. By default, chartColors will be use.
labelClasses
If specified, it will be assign to class attribute of label.