|
@ -66,15 +66,15 @@ let allOptions = { |
|
|
visible: {'boolean': bool}, |
|
|
visible: {'boolean': bool}, |
|
|
alignZeros: {'boolean': bool}, |
|
|
alignZeros: {'boolean': bool}, |
|
|
left:{ |
|
|
left:{ |
|
|
range: {min:{number},max:{number},__type__: {object}}, |
|
|
|
|
|
|
|
|
range: {min:{number,'undefined': 'undefined'},max:{number,'undefined': 'undefined'},__type__: {object}}, |
|
|
format: {'function': 'function'}, |
|
|
format: {'function': 'function'}, |
|
|
title: {text:{string,number},style:{string},__type__: {object}}, |
|
|
|
|
|
|
|
|
title: {text:{string,number,'undefined': 'undefined'},style:{string,'undefined': 'undefined'},__type__: {object}}, |
|
|
__type__: {object} |
|
|
__type__: {object} |
|
|
}, |
|
|
}, |
|
|
right:{ |
|
|
right:{ |
|
|
range: {min:{number},max:{number},__type__: {object}}, |
|
|
|
|
|
|
|
|
range: {min:{number,'undefined': 'undefined'},max:{number,'undefined': 'undefined'},__type__: {object}}, |
|
|
format: {'function': 'function'}, |
|
|
format: {'function': 'function'}, |
|
|
title: {text:{string,number},style:{string},__type__: {object}}, |
|
|
|
|
|
|
|
|
title: {text:{string,number,'undefined': 'undefined'},style:{string,'undefined': 'undefined'},__type__: {object}}, |
|
|
__type__: {object} |
|
|
__type__: {object} |
|
|
}, |
|
|
}, |
|
|
__type__: {object} |
|
|
__type__: {object} |
|
|