echarts formatter 使用

代码展示

            label: {
                    position: 'left',
                    verticalAlign: 'middle',
                    align: 'right',
                    fontSize: 9,
                     color: 'red',
                     formatter: aa => {
                         console.log(aa)
                         return `{a|${aa.name}}\n{b|666}`
                     },
                     textStyle:{
                        fontSize:15,
                        //在rich中给formatter添加个别字体颜色
                        rich:{
                            a:{
                                color:'#03a9f4',
                                padding:[0,10],
                                fontSize:15
                            },
                            b:{
                                color:'red',
                                padding:[0,10],
                                fontSize:15
                            },
                        },
                    },
                },
上一篇:阿里云四大海外数据中心月内相继开服 数据中心可用性99.99%以上


下一篇:MaxCompute-使用分享