当前位置:网站首页>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>
边栏推荐
- Markdown learning (entry level)
- New library launched | cnopendata China Time-honored enterprise directory
- 手机上炒股安全么?
- 利用GPU训练网络模型
- Parade ps8625 | replace ps8625 | EDP to LVDS screen adapter or screen drive board
- 第四期SFO销毁,Starfish OS如何对SFO价值赋能?
- 基于卷积神经网络的恶意软件检测方法
- 10. CNN applied to handwritten digit recognition
- Serial port receives a packet of data
- Taiwan Xinchuang sss1700 latest Chinese specification | sss1700 latest Chinese specification | sss1700datasheet Chinese explanation
猜你喜欢

AI遮天传 ML-回归分析入门

3. MNIST dataset classification
![[necessary for R & D personnel] how to make your own dataset and display it.](/img/50/3d826186b563069fd8d433e8feefc4.png)
[necessary for R & D personnel] how to make your own dataset and display it.

What does interface testing test?

13. Enregistrement et chargement des modèles

3.MNIST数据集分类

基于卷积神经网络的恶意软件检测方法

New library launched | cnopendata China Time-honored enterprise directory

第四期SFO销毁,Starfish OS如何对SFO价值赋能?

Kubernetes static pod (static POD)
随机推荐
Chapter 16 intensive learning
14.绘制网络模型结构
[go record] start go language from scratch -- make an oscilloscope with go language (I) go language foundation
Analysis of 8 classic C language pointer written test questions
Su embedded training - C language programming practice (implementation of address book)
Su embedded training - Day5
Codeforces Round #804 (Div. 2)
新库上线 | CnOpenData中国星级酒店数据
Is it safe to speculate in stocks on mobile phones?
133. Clone map
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
Interface test advanced interface script use - apipost (pre / post execution script)
手机上炒股安全么?
Smart grid overview
Semantic segmentation model base segmentation_ models_ Detailed introduction to pytorch
Jemter distributed
6. Dropout application
NVIDIA Jetson test installation yolox process record
Password recovery vulnerability of foreign public testing
Recommend a document management tool Zotero | with tutorials and learning paths