From b0fda2f126c1e2d29d415832affb1517d07399e0 Mon Sep 17 00:00:00 2001 From: riosc Date: Thu, 14 May 2015 19:43:27 -0300 Subject: [PATCH] removing duplicated line the line documentation for `yAxisTickFormat ` property was removed because it was duplicated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c4f6808..8112d10 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,6 @@ Allowed values - `'pie', 'bar', 'line', 'point', 'area'` 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 }; ```