티스토리 뷰
<!--
THIS EXAMPLE WAS DOWNLOADED FROM https://echarts.apache.org/examples/en/editor.html?c=bar-label-rotation
-->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body style="width:1200px;height: 400px; margin: 0">
<div id="container" style="height: 100%"></div>
<script type="text/javascript" src="echarts.min.js"></script>
<script type="text/javascript">
var dom = document.getElementById('container');
var myChart = echarts.init(dom, null, {
renderer: 'canvas',
useDirtyRect: false
});
var app = {};
var option;
const posList = [
'left',
'right',
'top',
'bottom',
'inside',
'insideTop',
'insideLeft',
'insideRight',
'insideBottom',
'insideTopLeft',
'insideTopRight',
'insideBottomLeft',
'insideBottomRight'
];
app.configParameters = {
rotate: {
min: -90,
max: 90
},
align: {
options: {
left: 'left',
center: 'center',
right: 'right'
}
},
verticalAlign: {
options: {
top: 'top',
middle: 'middle',
bottom: 'bottom'
}
},
position: {
options: posList.reduce(function (map, pos) {
map[pos] = pos;
return map;
}, {})
},
distance: {
min: 0,
max: 100
}
};
app.config = {
rotate: 90,
align: 'left',
verticalAlign: 'middle',
position: 'insideBottom',
distance: 15,
onChange: function () {
const labelOption = {
rotate: app.config.rotate,
align: app.config.align,
verticalAlign: app.config.verticalAlign,
position: app.config.position,
distance: app.config.distance
};
myChart.setOption({
series: [
{
label: labelOption
},
{
label: labelOption
}
]
});
}
};
const labelOption = {
show: true,
position: app.config.position,
distance: app.config.distance,
align: app.config.align,
verticalAlign: app.config.verticalAlign,
rotate: app.config.rotate,
formatter: '{c} {name|{a}}',
fontSize: 16,
rich: {
name: {}
}
};
option = {
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow'
}
},
legend: {
data: ['라벨1', '라벨2']
},
xAxis: [
{
type: 'category',
axisTick: { show: false },
data: ['본부1', '본부2', '본부3', '본부4', '본부5', '본부6', '본부7', '본부8', '본부9', '본부10', '본부11', '본부12', '본부13', '본부14', '본부15']
}
],
yAxis: [
{
type: 'value'
}
],
series: [
{
name: '라벨1',
type: 'bar',
barGap: 0,
//label: labelOption,
emphasis: {
focus: 'series'
},
data: [320, 332, 301, 334, 390, 320, 332, 301, 334, 390, 320, 332, 301, 334, 390],
itemStyle:{
color: '#c0e6ff',
},
},
{
name: '라벨2',
type: 'bar',
//label: labelOption,
emphasis: {
focus: 'series'
},
data: [220, 182, 191, 234, 290, 220, 182, 191, 234, 290, 220, 182, 191, 234, 50],
itemStyle:{
color: '#d6e9ce',
},
}
]
};
if (option && typeof option === 'object') {
myChart.setOption(option);
}
window.addEventListener('resize', myChart.resize);
</script>
</body>
</html>
'WEB > 기타' 카테고리의 다른 글
[chart.js] chartSample_Bg_2data (1) | 2024.12.17 |
---|---|
[echart.js] line-sample_클릭시막대그래프라인표시 (0) | 2024.12.17 |
JavaScript-Equality-Table (0) | 2024.12.17 |
[JavaScript] 수의 연산 Math (1) | 2024.12.17 |
챗GPT가 알려주는 자바스크립트 JSON 메서드 (1) | 2024.12.15 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- ajax
- 좋은책
- 와이파이증폭기 #아이피타임증폭기
- 테스크탑무선랜카드 #무선랜카드 #아이피타이무선랜카드 #a3000mini #무선랜카드추천
- 자바스크립트 #javascript #math
- 무료폰트 #무료웹폰트 #한수원한돋움 #한수원한울림 #한울림체 #한돋움체
- jQuery #jQuery이미지슬라이드 #이미지슬라이드
- 자바스크립트countiue
- 정수기 #정수기렌탈
- iptime와이파이증폭기 #와이파이증폭기설치
- sw기술자평균임금 #2025년 sw기술자 평균임금
- 빌트인정수기 #lg정수기
- thymeleaf
- 와이파이신호 #와이파이 #와이파이신호세게
- 와이파이증폭기추천 #와이파이설치
- 썬크림 #닥터지썬크림 #내돈내산 #내돈내산썬크림 #썬크림추천 #spf50썬크림 #닥터지메디유브이울트라선
- 정보처리기사 #정보처리기사요약 #정보처리기사요점정리
- 바지락칼국수 #월곡동칼국수 #칼국수맛집
- echart
- wu523acb
- 쇼팬하우어 #좋은책
- 와이파이약할때
- SQL명령어 #SQL
- 광주분식 #광주분식맛집 #상추튀김 #상추튀김맛집 #광주상추튀김
- 무료폰트 #수트 #suit폰트 #수트폰트 #고딕 #고딕체 #고딕계열 #웹폰트 #상업무료폰트
- 좋은책 #밥프록터 #부의원리
- 자바스크립트break
- 증폭기 #아이피타임증폭기
- 연명의료결정제도 #사전연명의료의향서 #사전연명의료의향서등록기관 #광주사전연명의료의향서
- 자바스크립트정규표현식
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함