@nivo/axes
Advanced tools
Comparing version 0.52.0 to 0.52.1
@@ -646,3 +646,3 @@ 'use strict'; | ||
ctx.textBaseline = textBaseline; | ||
ctx.font = theme.axis.ticks.text.fontSize + 'px sans-serif'; | ||
ctx.font = theme.axis.ticks.text.fontSize + 'px ' + (theme.axis.ticks.text.fontFamily || 'sans-serif'); | ||
@@ -649,0 +649,0 @@ ctx.lineWidth = theme.axis.domain.line.strokeWidth; |
{ | ||
"name": "@nivo/axes", | ||
"version": "0.52.0", | ||
"version": "0.52.1", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"dependencies": { | ||
"@nivo/core": "0.52.0", | ||
"@nivo/core": "0.52.1", | ||
"d3-format": "^1.3.2", | ||
@@ -40,3 +40,3 @@ "d3-time-format": "^2.1.3", | ||
}, | ||
"gitHead": "3634f8c97d6c49cc7c89cf923a9ada4bbb048671" | ||
"gitHead": "c51598c8feee3468f965a426f6ee89a8a0a2b0a7" | ||
} |
@@ -641,3 +641,3 @@ (function (global, factory) { | ||
ctx.textBaseline = textBaseline; | ||
ctx.font = theme.axis.ticks.text.fontSize + 'px sans-serif'; | ||
ctx.font = theme.axis.ticks.text.fontSize + 'px ' + (theme.axis.ticks.text.fontFamily || 'sans-serif'); | ||
@@ -644,0 +644,0 @@ ctx.lineWidth = theme.axis.domain.line.strokeWidth; |
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
54659
7
1275
+ Added@nivo/core@0.52.1(transitive)
- Removed@nivo/core@0.52.0(transitive)
Updated@nivo/core@0.52.1