diff --git a/README.md b/README.md index c4f6808..0b4b73d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ Allowed values - `'pie', 'bar', 'line', 'point', 'area'` lineLegend: 'lineEnd', // Only on line Charts 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 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