全局theme
option设置
interface option {color: string[] // 全局主题series: type[{type: string // 系列的类型color: string[] // 配色方案itemStyle: {color: string // 点的颜色}label: {show: booleanformatter: Function | string // 格式化}emphasis: { // 高亮itemStyle: anylabel: any}}]}
