EChartsが柱に数値を表示する方法、パーセンテージ、パーセンテージ、positionプロパティを追加する方法

807 ワード

まず1箱で数値を表示する方法を話します!
series : [ 
    {
        name: '   ',
        barWidth: 20,
        type: 'bar',
        stack: '  ',
        label: {
                    show: true, //    
                    position: 'top', //     
                    formatter: '{c}%',//     
                    textStyle: { //    
                        color: 'black',//    
                        fontSize: 10//    
            }
        }
    }]

ここでは柱の他の位置に数値を表示します!
1、position属性は数値表示位置を設定し、複数の属性値を持つ.以下に列挙します.
//position        
1、inside(   ,      ),top(       ),bottom(       ),left(      ),right(      )。

2、  [x,y](         )。

3、insideTop(       ),insideBottom(       ),insideRight(       ),insideLeft(       )。