echarts how to show bubbles on every bar chart - echarts
世界只因有你
世界只因有你 2017-05-19 10:43:18
0
2
597

Currently I know it should be set here

series[
    {
        markpoint:{
            data:[]
        }
    }
]

But it is not clear what value should be filled in the data.

The official example is like this

data : [
    {type : 'max', name: '最大值'},
    {type : 'min', name: '最小值'}
]

Bubbles are only used on the maximum and minimum. The effect I want is to display it on each column, and the displayed value is the value corresponding to the y-axis. How should it be set?

Official example picture:

世界只因有你
世界只因有你

reply all(2)
淡淡烟草味

Look at the circled areas, you should understand

PHPzhong

Add in series

itemStyle: { normal: {label : {show: true}}},
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template