@easyv/config
Advanced tools
Comparing version 1.0.25 to 1.0.26
const config = require('./lib'); | ||
module.exports = config; |
@@ -104,4 +104,6 @@ "use strict"; | ||
value: opacity, | ||
type: 'number', | ||
type: 'range', | ||
config: { | ||
min: 0, | ||
max: 100, | ||
suffix: '%' | ||
@@ -108,0 +110,0 @@ } |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@easyv/config", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,4 +85,6 @@ import { show as showConfig } from './'; | ||
value: opacity, | ||
type: 'number', | ||
type: 'range', | ||
config: { | ||
min:0, | ||
max:100, | ||
suffix: '%', | ||
@@ -89,0 +91,0 @@ }, |
@@ -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 './'; |
@@ -0,0 +0,0 @@ import { mapping, label } from '.'; |
@@ -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
218317
7458