update color note

This commit is contained in:
jiaming743 2019-08-22 14:07:34 +08:00
parent ec1bb34018
commit 1ed7740a39
3 changed files with 6 additions and 3 deletions

View File

@ -64,9 +64,10 @@ export default {
*/
activeTimeGap: 3000,
/**
* @description Ring color (hex|rgb|rgba)
* @description Ring color (hex|rgb|rgba|color keywords)
* @type {Array<String>}
* @default color = [Charts Default Color]
* @example color = ['#000', 'rgb(0, 0, 0)', 'rgba(0, 0, 0, 1)', 'red']
*/
color: [],
/**

View File

@ -72,9 +72,10 @@ export default {
*/
value: 0,
/**
* @description Colors (Hex|rgb|rgba)
* @description Colors (hex|rgb|rgba|color keywords)
* @type {Array<String>}
* @default colors = ['#00BAFF', '#3DE7C9']
* @example colors = ['#000', 'rgb(0, 0, 0)', 'rgba(0, 0, 0, 1)', 'red']
*/
colors: ['#3DE7C9', '#00BAFF'],
/**

View File

@ -90,9 +90,10 @@ export default {
*/
waveOpacity: 0.4,
/**
* @description Colors (Hex|rgb|rgba)
* @description Colors (hex|rgb|rgba|color keywords)
* @type {Array<String>}
* @default colors = ['#00BAFF', '#3DE7C9']
* @example colors = ['#000', 'rgb(0, 0, 0)', 'rgba(0, 0, 0, 1)', 'red']
*/
colors: ['#3DE7C9', '#00BAFF'],
/**