当前位置:网站首页>30.学习Highcharts 标签旋转柱形图
30.学习Highcharts 标签旋转柱形图
2022-07-28 19:31:00 【微服务商城技术分享】
Highcharts 标签旋转柱形图
以下实例演示了标签旋转柱形图。
我们在前面的章节已经了解了 Highcharts 基本配置语法。接下来让我们来看下其他的配置。在 dataLabels 中添加 rotation 属性:
配置
dataLabels : 数据标签
dataLabels 定义图上是否显示数据标签。
文本旋转程度由 rotation 属性决定。我们还可以通过其他属性来定义文本标签的背景,间隔,边框等。
dataLabels = {
enabled: true,
rotation: -90,
color: '#FFFFFF',
align: 'right',
format: '{point.y:.1f}', // 一个小数
y: 10, // 从上到下 10 像素
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}实例
文件名:highcharts_column_rotated.htm
<html>
<head>
<meta charset="UTF-8" />
<title>Highcharts 教程 | 菜鸟教程(runoob.com)</title>
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
</head>
<body>
<div id="container" style="width: 550px; height: 400px; margin: 0 auto"></div>
<script language="JavaScript">
$(document).ready(function() {
var chart = {
type: 'column'
};
var title = {
text: '2014 年全球最大人口城市排名'
};
var subtitle = {
text: 'Source: <a href="http://en.wikipedia.org/wiki/List_of_cities_proper_by_population">Wikipedia</a>'
};
var xAxis = {
type: 'category',
labels: {
rotation: -45,
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
};
var yAxis ={
min: 0,
title: {
text: 'Population (millions)'
}
};
var tooltip = {
pointFormat: '2008 年人口: <b>{point.y:.1f} 百万</b>'
};
var credits = {
enabled: false
};
var series= [{
name: 'Population',
data: [
['Shanghai', 23.7],
['Lagos', 16.1],
['Instanbul', 14.2],
['Karachi', 14.0],
['Mumbai', 12.5],
['Moscow', 12.1],
['Sao Paulo', 11.8],
['Beijing', 11.7],
['Guangzhou', 11.1],
['Delhi', 11.1],
['Shenzhen', 10.5],
['Seoul', 10.4],
['Jakarta', 10.0],
['Kinshasa', 9.3],
['Tianjin', 9.3],
['Tokyo', 9.0],
['Cairo', 8.9],
['Dhaka', 8.9],
['Mexico City', 8.9],
['Lima', 8.9]
],
dataLabels: {
enabled: true,
rotation: -90,
color: '#FFFFFF',
align: 'right',
format: '{point.y:.1f}', // one decimal
y: 10, // 10 pixels down from the top
style: {
fontSize: '13px',
fontFamily: 'Verdana, sans-serif'
}
}
}];
var json = {};
json.chart = chart;
json.title = title;
json.subtitle = subtitle;
json.xAxis = xAxis;
json.yAxis = yAxis;
json.tooltip = tooltip;
json.credits = credits;
json.series = series;
$('#container').highcharts(json);
});
</script>
</body>
</html>尝试一下 »
以上实例输出结果为:
边栏推荐
- MySQL修改端口号(修改mysql的端口号会有问题吗)
- setPreviewCallbackWithBuffer的出帧效率会变低
- Unity - Fundamentals of 3D mathematics
- Deit: attention can also be distilled
- How to modify the ID of NetApp expansion enclosure disk shelf
- Unity foundation 6-rotation
- DELTA热金属检测器维修V5G-JC-R1激光测量传感器/检测仪原理分析
- C # detailed steps for connecting to MySQL database
- Unity3d tutorial notes - unity initial 04
- MySQL sorts out the review content -- with mind map
猜你喜欢

Unity foundation 1 - event execution sequence, custom events

After Europe, it entered Japan and South Korea again, and the globalization of Pico consumer VR accelerated

探讨:想要落地DevOps的话,只考虑好的PaaS容器平台就够了么?

Confession of a graduate student: why am I addicted to opengauss community?

Basic operations of unity3d scene production

【input 身份证号】星号 代替,input 切割成 多个 小格格(类似)
![[cloud native] what is ci/cd| Ci/cd to smooth delivery obstacles](/img/4f/e7806d75cd719e181d8455e4fdc1e7.jpg)
[cloud native] what is ci/cd| Ci/cd to smooth delivery obstacles

protobuf 中基础数据类型的读写

Efficientformer: lightweight vit backbone

Mobilevit: challenge the end-to-side overlord of mobilenet
随机推荐
The development of smart home industry pays close attention to edge computing and applet container technology
Redis缓存雪崩、缓存穿透、缓存击穿
实习日记第一周
Moco V1: the visual field can also be self supervised
Guo Mingxuan: meta contraction is conducive to the development of VR competitors, and apple XR headshow will change the industry rules
ZCMU--5066: 黑暗长廊
1945. 字符串转化后的各位数字之和
quii cordova-plugin-telerik-imagepicker插件多图上传乱序
Explain the mobile control implementation of unity in detail
Reading and writing basic data types in protobuf
The EMC vnx5200 fault light is on, but there is no hardware fault prompt
C # basic 3-value type and reference type, packing and unpacking
1162. 地图分析-非递归法
Moco V2: further upgrade of Moco series
向往的开源之多YOUNG新生 | 从开源到就业的避坑指南来啦!
程序员最大的浪漫~
(turn) bubble sorting and optimization details
Explain prefabrication in unity in detail
ABB电磁流量计维修信号变送器维修41F/E4技术参数
Source insight uses shortcut keys