@easyv/config
Advanced tools
Comparing version 1.0.28 to 1.0.29
const config = require('./lib'); | ||
module.exports = config; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -207,3 +207,3 @@ "use strict"; | ||
lighter: { | ||
show: true, | ||
show: false, | ||
fill: { | ||
@@ -593,3 +593,3 @@ type: 'linear', | ||
displayName: '折线', | ||
value: [].concat((0, _toConsumableArray2["default"])(commonLine({ | ||
value: (0, _toConsumableArray2["default"])(commonLine({ | ||
type: type, | ||
@@ -601,3 +601,3 @@ color: color, | ||
connectNulls: connectNulls | ||
})), [lineLighter && lighter(lineLighter)]).filter(function (item) { | ||
})).filter(function (item) { | ||
return !!item; | ||
@@ -604,0 +604,0 @@ }) |
{ | ||
"name": "@easyv/config", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ import { show as showConfig } from './'; |
@@ -0,0 +0,0 @@ import { gridLine, tickLine, axisLine, extent, unit, translate, font } from '.'; |
@@ -0,0 +0,0 @@ const axisLine = { |
@@ -0,0 +0,0 @@ const defaultBrush = { |
@@ -0,0 +0,0 @@ const defaultDimension = { |
@@ -0,0 +0,0 @@ const extent = { |
@@ -0,0 +0,0 @@ const defaultFont = { |
@@ -0,0 +0,0 @@ const gridLine = { |
@@ -0,0 +0,0 @@ import show from './show'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { translate, font } from '.'; |
@@ -0,0 +0,0 @@ const { translate: translateConfig, font, show: showConfig } = require('.'); |
@@ -0,0 +0,0 @@ const defaultMapping = { fieldName: '', displayName: '' }; |
@@ -0,0 +0,0 @@ const defaultMargin = { |
@@ -0,0 +0,0 @@ import { font, show as showConfig, translate as translateConfig } from './'; |
@@ -176,3 +176,3 @@ import { mapping, label } from '.'; | ||
lighter: { | ||
show: true, | ||
show: false, | ||
fill: { | ||
@@ -552,3 +552,3 @@ type: 'linear', | ||
}), | ||
lineLighter && lighter(lineLighter), | ||
// lineLighter && lighter(lineLighter), | ||
].filter((item) => !!item), | ||
@@ -555,0 +555,0 @@ }, |
@@ -0,0 +0,0 @@ export default (show = false) => ({ |
@@ -0,0 +0,0 @@ const defaultTickLine = { |
@@ -0,0 +0,0 @@ import { translate, margin } from '.'; |
@@ -0,0 +0,0 @@ export default (x = 0, y = 0) => ({ |
@@ -0,0 +0,0 @@ const { translate } = require('.'); |
Sorry, the diff of this file is not supported yet
220240