Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaymk committed Sep 11, 2014
1 parent bd0a4bb commit ce2774c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ Allowed values - `'pie', 'bar', 'line', 'point', 'area'`
innerRadius: 0, // Only on pie Charts
lineLegend: 'lineEnd', // Only on line Charts
lineCurveType: 'cardinal', // change this as per d3 guidelines to avoid smoothline
isAnimate: true // run animations while rendering chart
isAnimate: true, // run animations while rendering chart
yAxisTickFormat: 's' //refer tickFormats in d3 to edit this value
};
```

Expand Down

0 comments on commit ce2774c

Please sign in to comment.