Fix typo in comment (#342)

This commit is contained in:
FrancescoUK
2016-05-23 09:46:24 +01:00
parent 0aadbc0467
commit cd1ec7a5d6
2 changed files with 10 additions and 2 deletions

View File

@@ -9,7 +9,14 @@
};
// We are setting a few options for our chart and override the defaults
var options = {
var options = {
// Specify a fixed width for the chart as a string (i.e. '100px' or '50%')
// width: '80%',
// Specify a fixed height for the chart as a string (i.e. '100px' or '50%')
// height: '80%',
// Draw the line chart points
showPoint: true,

View File

@@ -27,6 +27,7 @@
.ct-chart
{
text-align: center;
margin: 0 auto;
}
/* style chart X axis labels to be rotated of 60 degrees */
@@ -48,7 +49,7 @@
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* set all lables to be black with font size 1.2rem */
/* set all labels to be black with font size 1.2rem */
.ct-label
{
fill: rgba(0,0,0,1);