当前位置:网站首页>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) + %;
},
}
}
}
边栏推荐
- ASEMI的MOS管24N50参数,24N50封装,24N50尺寸
- 防止敌方坦克重叠
- 開發中必備的文件的上傳與下載
- Do you know that public fields are automatically filled in
- High performance architecture design
- Given a project, how will you conduct performance testing?
- MBA, EMBA, MPa, MEM, pre interview (pre interview) time batch of national colleges and universities has been released (continuously updated) - Wendu Management Institute
- Uni app Muke hot search project (I) production of tabbar
- 2022各大厂最新总结的软件测试宝典,看完不怕拿不到offer
- Flash ckeditor rich text compiler can upload and echo images of articles and solve the problem of path errors
猜你喜欢

干货丨MapReduce的工作流程是怎样的?
Complete in-depth learning of MySQL from 0 to 1 -- phase 2 -- basics

The 2023 MBA (Part-time) of Beijing University of Posts and telecommunications has been launched

【图像去噪】基于马尔可夫随机场实现图像去噪附matlab代码
![leetcode:剑指 Offer 59 - II. 队列的最大值[deque + sortedlist]](/img/6b/f2e04cd1f3aaa9fe057c292301894a.png)
leetcode:剑指 Offer 59 - II. 队列的最大值[deque + sortedlist]
![Cf:e. price maximization [sort + take mod + double pointer + pair]](/img/a0/410f06fa234739a9654517485ce7a3.png)
Cf:e. price maximization [sort + take mod + double pointer + pair]
![cf:A. Print a Pedestal (Codeforces logo?) [simple traversal simulation]](/img/5e/0acd39d572954e5ecb936f49511d94.png)
cf:A. Print a Pedestal (Codeforces logo?) [simple traversal simulation]
![Leetcode: sword finger offer 59 - ii Maximum value of queue [deque + sortedlist]](/img/6b/f2e04cd1f3aaa9fe057c292301894a.png)
Leetcode: sword finger offer 59 - ii Maximum value of queue [deque + sortedlist]

MOS transistor 24n50 parameters of asemi, 24n50 package, 24n50 size

【视频去噪】基于SALT实现视频去噪附Matlab代码
随机推荐
Do you know that public fields are automatically filled in
Today's sleep quality record is 60 points
Cf:c. restoring the duration of tasks
Performance of MOS transistor 25n120 of asemi in different application scenarios
[Multisim Simulation] using operational amplifier to generate sawtooth wave
High concurrency architecture design
《经济学人》:WTO MC12重启 数字经济成为全球经济复苏和增长的核心引擎
【信号去噪】基于非线性滤波器实现语音自适应去噪附matlab代码
Web3 Games: exploring and reshaping the game experience
Add your favorite background music
程序员10年巨变,一切都变了又好像没变...
leetcode:926. 将字符串翻转到单调递增【前缀和 + 模拟分析】
Kubernetes binary installation (v1.20.15) (VIII) deploying network plug-ins
构造敌方坦克
01. Telecommunications_ Field business experience
The 2023 MBA (Part-time) of Beijing University of Posts and telecommunications has been launched
5g communication test manual based on Ti am5728 + artix-7 FPGA development board (dsp+arm)
An adaptive chat site - anonymous online chat room PHP source code
【图像去噪】基于马尔可夫随机场实现图像去噪附matlab代码
金字塔测试原理:写好单元测试的8个小技巧,一文总结