当前位置:网站首页>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);边栏推荐
- Zunpin Yongyao advertising e-commerce system -- Zunpin Yongyao advertising e-commerce app system development source code sharing
- 20、wpf之MVVM命令绑定
- Does sklearex make your sklearn machine learning model training fly fast?
- devsecops与devops的理解与建设
- SQL function summary
- sudo: ulimit: command not found
- PHP appends the same elements to a two-dimensional array
- 15、wpf之button样式小记
- PHP numeric array sorting and associative array sorting
- R语言使用nnet包的multinom函数构建无序多分类logistic回归模型、使用epiDisplay包的lrtest函数执行多个模型似然比检验对比两个模型的性能是否有差异
猜你喜欢

2022 meisai topic C idea sharing + translation

Happy shopkeeper source code -- Introduction to happy shopkeeper system development mode

19、wpf之事件转命令实现MVVM架构
![[论]Learning Dynamic and Hierarchical Traffic Spatiotemporal Features with Transformer](/img/58/d68112a3d019de66150e2f5102f436.png)
[论]Learning Dynamic and Hierarchical Traffic Spatiotemporal Features with Transformer

15. Notes on the button style of WPF

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

揭秘GaussDB(for Redis):全面对比Codis

Time series analysis - how to use unit root test (ADF) correctly?
![[on]learning dynamic and hierarchical traffic spatiotemporal features with transformer](/img/58/d68112a3d019de66150e2f5102f436.png)
[on]learning dynamic and hierarchical traffic spatiotemporal features with transformer

Use PHP script to view the opened extensions
随机推荐
ThinkPHP upload image compression size
R language uses ordinal or. The display function obtains the summary statistical information of the ordered logistic regression model (the odds ratio and its confidence interval corresponding to the v
ECSHOP quickly purchases goods, simplifies the shopping process, and improves the user experience through one-step shopping
Polling and long polling
Error while sending STMT_ PREPARE packet. PID=29294
R language dplyr package summary_ The at function calculates the count number, mean and median of multiple data columns (specified by vectors) in the dataframe data, and specifies na RM parameter, spe
JQ dynamic setting radio does not take effect when selected
Why do we do autocorrelation analysis? Explain application scenarios and specific operations
Linear regression of common mathematical modeling models for College Students
20. MVVM command binding of WPF
Image tagging to obtain the coordinates of the image in the ImageView
Rank sum ratio comprehensive evaluation method for common models in mathematical modeling
Découvrir gaussdb (pour redis): une comparaison complète avec Codis
2022 meisai D topic ideas sharing + translation
The server reported an error 503 service unavailable:the system returned: (71) protocol error
How can we differ LEFT OUTER JOIN vs Left Join [duplicate]
An example of using dynamic datalist
ARM V7 连续加载/存储
2022 meisai topic C idea sharing + translation
What is Flink? What can Flink do?