@easyv/charts
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -84,3 +84,4 @@ "use strict"; | ||
var _ref3$config = _ref3.config, | ||
pattern = _ref3$config.pattern, | ||
_ref3$config$pattern = _ref3$config.pattern, | ||
pattern = _ref3$config$pattern === void 0 ? {} : _ref3$config$pattern, | ||
_ref3$config$seriesIn = _ref3$config.seriesIntervalWidth, | ||
@@ -87,0 +88,0 @@ paddingInner = _ref3$config$seriesIn === void 0 ? 0 : _ref3$config$seriesIn, |
@@ -122,3 +122,3 @@ "use strict"; | ||
dominantBaseline: dominantBaseline | ||
}, (0, _utils.getFontStyle)(font, 'svg')), value); | ||
}, font), value); | ||
}; | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "@easyv/charts", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -51,3 +51,3 @@ import React, { memo } from 'react'; | ||
config: { | ||
pattern, | ||
pattern = {}, | ||
seriesIntervalWidth: paddingInner = 0, | ||
@@ -54,0 +54,0 @@ paddingInner: paddingOuter = 0, |
@@ -93,3 +93,3 @@ import { Fragment, memo, useContext } from 'react'; | ||
dominantBaseline={dominantBaseline} | ||
{...getFontStyle(font, 'svg')} | ||
{...font} | ||
> | ||
@@ -96,0 +96,0 @@ {value} |
198772
5970