当前位置:网站首页>echart:横向柱状图的类目文字位置调整
echart:横向柱状图的类目文字位置调整
2022-06-28 19:28:00 【@我不认识你】
前言
echarts的横向柱状图也是比较常见的,但是类目文字基本上都是在左侧,比如:
但是你永远可以相信你的项目经理或产品经理会给你找麻烦,比如给客户看的ui图,文字是上面的:
遇到一些好说话的客户还好可以协商,但是有些客户。。。 最后苦逼的就是我们开发的。
正文
能实现该效果吗?虽然一直没有见过类似的,但是还真能实现。
代码
option = {
xAxis: {
type: 'value'
},
yAxis: {
type: 'category',
axisLabel: {
show: false },
data: ['abc', 'abcdefgh']
},
series: [
{
name: 'Cost',
type: 'bar',
label: {
show: true,
formatter: '{b}',
position: 'left',
align: 'left',
offset: [10, -20]
},
barWidth: 20,
data: [10, 20]
}
]
};
效果图
注意点:
1、在yAxis里必须添加 axisLabel: { show: false }, ,不然会出现两个类目,比如:

2、series 里 label 的属性配置(关键)
label: {
show: true,
formatter: '{b}',
position: 'left',
align: 'left',
offset: [10, -20]
},
show: true,显示类目文字position: 'left',设置成left,一开始方向错了设置成了top,浪费了不少时间align: 'left',设置文字对齐方式,必须设置,不然会出现文字位置不一致的问题offset: [10, -20]偏移量,第一个是横向偏移;第二个是纵向偏移。第一个自己根据实际情况,第二个建议绝对值等于barWidth(柱的宽度)
边栏推荐
- 《数字经济全景白皮书》消费金融数字化篇 重磅发布
- Render function parsing
- 如何通过W3school学习JS/如何使用W3school的JS参考手册
- 我是刚购买的adb mysql服务,我每做一个操作,比如建表,都会弹出这个问题,请问这是什么问题?
- MDM数据分析功能说明
- Double contextual relationship network for polyp segmentation
- Upward and downward transformation
- try except 添加辅助新列
- The amazing nanopc-t4 (rk3399) is used as the initial configuration and related applications of the workstation
- 数字经济专家高泽龙:映客更名映宇宙,元宇宙会成为映客下一个增长引擎吗?
猜你喜欢

Fontawesome icon for color gradient

Machine learning notes temperature+softmax

Markdown绘图mermaid实用教程

图神经网络入门 (GNN, GCN)

i人事HR系统上架企业微信ISV,增强企微在服务连锁零售等行业深度应用

基于趋势和季节性的时间序列预测

Graduation project - Design and development of restaurant management game based on unity (with source code, opening report, thesis, defense PPT, demonstration video and database)

The amazing nanopc-t4 (rk3399) is used as the initial configuration and related applications of the workstation

MDM data analysis function description

Parallax JS special effect JS carousel map plug-in
随机推荐
智能计算系统2 bangc算子开发的demo (CPU和MLU270的异构编程流程)
Nanopc-t4 (rk3399) Game1 OLED (I2C) display time weather temperature
小白创业做电商,选对商城系统很重要!
matlab 二维或三维三角剖分
Windows 64位下载安装My SQL
Build halo blog in arm version rk3399
SQL calculates daily new users and retention rate indicators
论文阅读:Duplex Contextual Relation Network for Polyp Segmentation
Idea merge other branches into dev branch
MDM数据分析功能说明
How to change the status bar at the bottom of win11 to black? How to change the status bar at the bottom of win11 to black
G 双轴图sql脚本
Installation and configuration of CGAL in PCL environment 5.4.1
论文3 VScode&texlive&SumatraPDF打造完美书写论文工具
Grafana draws the trend chart
Facts / assertions / assertions / conclusions / assertions / judgments
释放互联网价值的 Web3
泰山OFFICE技术讲座:WORD奇怪的字体高度
国内有正规安全的外汇交易商吗?
Demo of intelligent computing system 2 bangc operator development (heterogeneous programming flow of CPU and mlu270)