Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct a small typo.
  • Loading branch information
Kevin Thompson committed Jan 8, 2015
1 parent 1ef68b8 commit f3d6438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Allowed values - `'pie', 'bar', 'line', 'point', 'area'`
lineCurveType: 'cardinal', // change this as per d3 guidelines to avoid smoothline
isAnimate: true, // run animations while rendering chart
yAxisTickFormat: 's', //refer tickFormats in d3 to edit this value
xAxisMaxTicks: 7 // Optional: maximum number of X axis ticks to show if data points exceed this number
xAxisMaxTicks: 7, // Optional: maximum number of X axis ticks to show if data points exceed this number
yAxisTickFormat: 's', // refer tickFormats in d3 to edit this value
waitForHeightAndWidth: false // if true, it will not throw an error when the height or width are not defined (e.g. while creating a modal form), and it will be keep watching for valid height and width values
};
Expand Down

0 comments on commit f3d6438

Please sign in to comment.