Comparing version 0.5.8 to 0.5.9
@@ -39,2 +39,4 @@ 'use strict'; | ||
var _d3Format = require('d3-format'); | ||
var _reactAddonsShallowCompare = require('react-addons-shallow-compare'); | ||
@@ -124,3 +126,4 @@ | ||
AxisLeft.defaultProps = { | ||
size: 20 | ||
size: 20, | ||
tickFormat: (0, _d3Format.format)('.2s') | ||
}; | ||
@@ -127,0 +130,0 @@ var _default = AxisLeft; |
{ | ||
"name": "nud3", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "New D3 composable charts for React", | ||
@@ -43,2 +43,3 @@ "repository": "https://github.com/nuvi/nud3", | ||
"d3-ease": "^1.0.3", | ||
"d3-format": "^1.2.2", | ||
"d3-geo": "^1.9.1", | ||
@@ -45,0 +46,0 @@ "d3-hierarchy": "^1.1.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291428
7050
22
+ Addedd3-format@^1.2.2