lb #14

병합
gtz217 lb 에서 master 로 20 commits 를 머지했습니다 2022-11-23 09:44:40 +08:00
2개의 변경된 파일18개의 추가작업 그리고 9개의 파일을 삭제
Showing only changes of commit fa2d99d43f - Show all commits

파일 보기

@@ -84,6 +84,15 @@ export default {
left: 64, left: 64,
bottom: 28 bottom: 28
}, },
tooltip: {
show: true,
trigger: 'axis',
axisPointer: {
type: 'line',
axis: 'x'
},
extraCssText: "width: 152px !important; height: 100px !important;"
},
xAxis: [ xAxis: [
{ {
type: 'category', type: 'category',

파일 보기

@@ -51,15 +51,15 @@ export default {
bottom: 0, bottom: 0,
containLabel: true containLabel: true
}, },
// tooltip: { tooltip: {
// show: true, show: true,
// trigger: 'axis', trigger: 'axis',
// axisPointer: { axisPointer: {
// type: 'cross', type: 'line',
// axis: 'y' axis: 'x'
// } },
// formatter: '{b}<br/>{a0}: {c}%<br />{a1}: {c1}%' extraCssText: 'width: 152px !important; height: 100px !important;'
// }, },
xAxis: { xAxis: {
type: 'category', type: 'category',
boundaryGap: false, boundaryGap: false,