@jiaminghi/charts
Advanced tools
Changelog
0.2.17-alpha (2020-07-02)
Changelog
0.2.16-alpha (2020-06-16)
Changelog
0.2.15-alpha (2020-05-06)
Changelog
0.2.14-alpha (2020-05-02)
\n
to line feed.Changelog
0.2.13-alpha (2020-04-15)
Changelog
0.2.12-alpha (2020-01-15)
Changelog
0.2.11-alpha (2020-01-05)
Changelog
0.2.10-alpha (2019-12-25)
PercentToFixed
exception display.Changelog
0.2.9-alpha (2019-11-26)
const config = {
someConfig,
series: [
{
type: 'bar',
/**
* @description Independent color mode
* When set to true, independent color mode is enabled
* @type {Boolean}
* @default independentColor = false
*/
independentColor: true,
/**
* @description Independent colors
* Only effective when independent color mode is enabled
* Default value is the same as the color in the root configuration
* Two-dimensional color array can produce gradient colors
* @type {Array}
* @example independentColor = ['#fff', '#000']
* @example independentColor = [['#fff', '#000'], '#000']
*/
independentColors: [],
}
]
}