当前位置:网站首页>Highcharts sets the histogram width, gradient, fillet, and data above the column
Highcharts sets the histogram width, gradient, fillet, and data above the column
2022-06-11 19:12:00 【hyduan200】
highcharts Official website : link
Realization effect

Implementation code
plotOptions: {
series: {
// The gradient
color: {
// Be careful !!! If it is a histogram, please use color, For area drawings, please use fillColor
linearGradient: {
x1: 0,
y1: 0,
x2: 0,
y2: 1
},
stops: [
[0, '#49bdff'],
[0.2, '#3B5BDF'],
[0.8, '#303642'],
[1, '#303642']
}
}
// Round corners
borderRadius: 4
}
column: {
cursor: 'pointer',
pointPadding: 0.2,
borderWidth: 0,
//pointWidth: 30,
maxPointWidth: 100 // Set the maximum width
dataLabels:{
// Histogram data label
enabled:true, // Whether to display data labels
color:'#49bdff', // Data label font color
formatter: function() {
// Format output display
return (this.y) + %;
},
}
}
}
边栏推荐
- highcharts设置柱状图宽度、渐变、圆角、柱子上方数据
- On Workflow selection
- leetcode:926. Flip the string to monotonically increasing [prefix and + analog analysis]
- Uploading and downloading of necessary files in development
- [Multisim Simulation] generate square wave and triangular wave generators by operational amplifier
- kubernetes 二进制安装(v1.20.15)(九)收尾:部署几个仪表盘
- Crop disease detection using image processing technology and convolutional neural network (CNN)
- 基于华为云图像识别标签实战
- Realize that you can continue to play
- Analysis of runtime instantiation of XML view root node in SAP ui5
猜你喜欢

What is the workflow of dry goods MapReduce?

Pyramid test principle: 8 tips for writing unit tests
![Cf:g. count the trains [sortedset + bisect + simulation maintaining strict decreasing sequence]](/img/0b/1d3cd06e3d593a997a993a4d96e441.png)
Cf:g. count the trains [sortedset + bisect + simulation maintaining strict decreasing sequence]

The Economist: WTO MC12 restarts the digital economy and becomes the core engine of global economic recovery and growth

今天睡眠质量记录60分

【Multisim仿真】利用运算放大器产生方波、三角波发生器

【信号去噪】基于FFT和FIR实现信号去噪附matlab代码

Financial bank_ Introduction to collection system
![[Multisim Simulation] generate square wave and triangular wave generators by operational amplifier](/img/44/11a6a78877e8eebcae495871af8cb5.png)
[Multisim Simulation] generate square wave and triangular wave generators by operational amplifier

【图像分割】基于马尔可夫随机场实现图像分割附matlab代码
随机推荐
5g communication test manual based on Ti am5728 + artix-7 FPGA development board (dsp+arm)
Let our tanks move happily
视觉SLAM十四讲笔记-10-1
【信号去噪】基于FFT和FIR实现信号去噪附matlab代码
MOS transistor 24n50 parameters of asemi, 24n50 package, 24n50 size
[untitled]
[video denoising] video denoising based on salt with matlab code
BottomSheetDialog 使用详解,设置圆角、固定高度、默认全屏等
【Multisim仿真】利用运算放大器产生方波、三角波发生器
对‘g2o::VertexSE3::VertexSE3()’未定义的引用
动态爆炸效果
Flink CDC 在大健云仓的实践
Review of software testing technology
Web3游戏:游戏体验的探寻与重塑
使用图像处理技术和卷积神经网络(CNN)的作物病害检测
cf:C. Restoring the Duration of Tasks【找规律】
7-3 combinatorial problems (*)
Construct enemy tanks
About my experience of "binary deployment kubernetes cluster"
Téléchargement et téléchargement des fichiers nécessaires au développement