当前位置:网站首页>Basic realization of line chart (II)
Basic realization of line chart (II)
2022-07-08 01:11:00 【Just love life】
11.7 In the version updated on the th ,y Axis is not displayed by default , Just add the following

Fill the style areaStyle
Next to the edge boundaryGap
The zoom : Out of the 0 Value ratio
scale:true
If the data is close , Big numbers , The line chart will show a straight line , Out of the 0 Value proportion can solve this problem 

If you want to show several different data in a chart , As long as Series Add objects under the array 
Stacking effect :
stack
Pictured above , Because the two line charts are based on 0 For reference , So there will be cross phenomenon , If the second graph is drawn on the basis of the first graph, it will not cross .
stay series Inside stack As long as the two values remain the same , Then the second one will be drawn on the basis of the first one , No cross .

add areaStyle, The effect is more obvious 
Code
<!-- 1.ECharts The most basic code structure 2.x Axis data :['1 month ','2 month ','3 month ','4 month ','5 month ','6 month ','7 month ','8 month ','9 month ','10 month ','11 month ','12 month '] 3.y Axis data :[3000,2800,900,1000,800,700,1400,1300,900,1000,800,600] 4. take type Is set to bar --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <script src="lib/echarts.min.js"></script> </head> <body> <div style="width: 600px;height: 400px;"></div> <script> var mCharts= echarts.init(document.querySelector('div')) var xDataArr=['1 month ','2 month ','3 month ','4 month ','5 month ','6 month ','7 month ','8 month ','9 month ','10 month ','11 month ','12 month '] var yDaraArr1=[3000,2200,3004,2706,1008,2001,4002,4506,3903,3601,2501,3807] var yDaraArr2=[2000,4025,3058,3806,2728,3821,3432,3856,3323,3021,3501,3837] var option={
xAxis:{
type:'category' ,// Taxonomic axis
data:xDataArr,
boundaryGap:false
}, yAxis:{
type:'value', scale:true, axisLine:{
show:true
}
}, series:[
{
name:' a brand of instant noodles ', type:'line', //bar It's a histogram ,line It's linear ,pie It's pie shaped data:yDaraArr1, stack:'all', areaStyle:{
}
},{
neme:' Unified ', type:'line', data:yDaraArr2, stack:'all', areaStyle:{
}
}
]
}
// step 5: Set the configuration item to echarts Instance object
mCharts.setOption(option)
</script>
</body>
</html>
边栏推荐
- Basic types of 100 questions for basic grammar of Niuke
- Codeforces Round #804 (Div. 2)(A~D)
- C#中string用法
- FOFA-攻防挑战记录
- Design method and reference circuit of type C to hdmi+ PD + BB + usb3.1 hub (rj45/cf/tf/ sd/ multi port usb3.1 type-A) multifunctional expansion dock
- 大二级分类产品页权重低,不收录怎么办?
- STL--String类的常用功能复写
- letcode43:字符串相乘
- 13.模型的保存和载入
- 1. Linear regression
猜你喜欢

Analysis of 8 classic C language pointer written test questions

Markdown learning (entry level)

130. 被圍繞的區域

Complete model verification (test, demo) routine

Chapter 5 neural network

From starfish OS' continued deflationary consumption of SFO, the value of SFO in the long run

y59.第三章 Kubernetes从入门到精通 -- 持续集成与部署(三二)

Saving and reading of network model

High quality USB sound card / audio chip sss1700 | sss1700 design 96 kHz 24 bit sampling rate USB headset microphone scheme | sss1700 Chinese design scheme explanation

Malware detection method based on convolutional neural network
随机推荐
图像数据预处理
How to transfer Netease cloud music /qq music to Apple Music
STL -- common function replication of string class
Vs code configuration latex environment nanny level configuration tutorial (dual system)
手机上炒股安全么?
letcode43:字符串相乘
8. Optimizer
Ag9310 for type-C docking station scheme circuit design method | ag9310 for type-C audio and video converter scheme circuit design reference
Saving and reading of network model
7.正则化应用
Mathematical modeling -- knowledge map
Fofa attack and defense challenge record
13. Model saving and loading
Kuntai ch7511b scheme design | ch7511b design EDP to LVDS data | pin to pin replaces ch7511b circuit design
Interface test advanced interface script use - apipost (pre / post execution script)
Ag9310meq ag9310mfq angle two USB type C to HDMI audio and video data conversion function chips parameter difference and design circuit reference
Know how to get the traffic password
What does interface testing test?
Cve-2022-28346: Django SQL injection vulnerability
ThinkPHP kernel work order system source code commercial open source version multi user + multi customer service + SMS + email notification