当前位置:网站首页>Laravel echart statistical chart line chart
Laravel echart statistical chart line chart
2022-06-25 12:34:00 【qq_ twenty-five million sixty thousand seven hundred and sixty-】
/ Based on the prepared dom, initialization echarts example
var myChart = echarts.init(document.getElementById('main'));
// Specify configuration items and data for the chart
var option = {
title: {
text: ''
},
tooltip : {
trigger: 'axis'
},
toolbox: {
show : true,
feature: {
dataView: { show: true, readOnly: false, title:'dataView'},
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true, title:'saveAsImage' }
},
x:500,
y:23,
},
legend: {
data: ['one'],
icon: 'rect'
},
xAxis: {
data: [' Monday ', ' Tuesday ', ' Wednesday ', ' Thursday ', ' Friday ', ' Saturday ', ' Sunday '],
axisLabel:{
interval:0,
rotate:40
}
},
yAxis: {
minInterval: 1, //y Axis minimum spacing
},
series: [
{
name: 'one',
type: 'line',
smooth: true,
data: [1,2,3,4,5,6]
}
]
};
// Use the configuration item and data display chart just specified .
myChart.setOption(option);边栏推荐
- thinkphp3.2.5 GIF. class. php for php7.4
- Rank sum ratio comprehensive evaluation method for common models in mathematical modeling
- Dark horse shopping mall ---2 Distributed file storage fastdfs
- Zhangxiaobai's way of penetration (V) -- detailed explanation of upload vulnerability and parsing vulnerability
- Recyclerview scrolls to the specified location
- Mpai data science platform SVM support vector machine classification \ explanation of regression parameter adjustment
- What is principal component analysis? Dimension reduction of classical case analysis variables
- ECSHOP whole site custom URL supports directory type
- Renrenyue -- renrenyue system development source code sharing
- What is the primordial universe
猜你喜欢

一篇文章讲清楚MySQL的聚簇/联合/覆盖索引、回表、索引下推

Full nanny tutorial of Market Research Competition (experience sharing)

What is the primordial universe

【OceanBase】OceanBase简介及其与MySQL的比较

20. MVVM command binding of WPF

15. Notes on the button style of WPF
![[oceanbase] Introduction to oceanbase and its comparison with MySQL](/img/1c/bd2bcddb7af4647407d2bc351f5f5d.png)
[oceanbase] Introduction to oceanbase and its comparison with MySQL

How do super rookies get started with data analysis?

Penetration tool environment -- use of cknife Chinese kitchen knife

ECSHOP video list_ ECSHOP uploading video, video classification, video list playing video function
随机推荐
Renrenyue -- renrenyue system development source code sharing
Spicy food advertising e-commerce system development function and spicy food advertising e-commerce app system development source code sharing
ARM V7 连续加载/存储
Explanation of ideas and sharing of pre-processing procedures for 2021 US game D (with pre-processing data code)
Mpai data science platform random forest classification \ explanation of regression parameter adjustment
Use PHP script to view the opened extensions
2022 Baidu collection batch automatic push assistant
19、wpf之事件转命令实现MVVM架构
The network traceroute command is used to determine the path through which IP packets access the destination address.
SQL function summary
Learning notes 2022 overview | automatic graph machine learning, describing AGML methods, libraries and directions
Error while sending STMT_ PREPARE packet. PID=29294
Online blind box system development function introduction and some source code sharing
[oceanbase] Introduction to oceanbase and its comparison with MySQL
Huile optimization system -- sharing of secondary development source code of huile optimization app system
Penetration tool environment -- use of cknife Chinese kitchen knife
R language uses the scale function to scale the input data of neural network to the minimum and maximum, scale the data to between 0 and 1, and divide the data set into training set and test set
R language dplyr package filter function filters the data rows in the specified list whose contents in the dataframe data are not (not equal to one of the specified vectors)
什么是Flink?Flink能用来做什么?
Kotlin Foundation