Skip to content

Instantly share code, notes, and snippets.

View strugglebak's full-sized avatar
🎯
Focusing

Chang strugglebak

🎯
Focusing
View GitHub Profile
@strugglebak
strugglebak / ec-line-chart-demo2.js
Last active May 9, 2019 02:11
echart js demo: line-chart-demo2
var result = {
date: '高二19-20期末',
score: 75
}
option = {
color: '#388CFF',
xAxis: {
axisTick: {
show: false
@strugglebak
strugglebak / ec-line-chart-demo1.js
Last active May 9, 2019 02:10
echarts js demo: line-chart-demo1
option = {
color: '#388CFF',
xAxis: {
axisTick: {
show: false
},
type: 'category',
boundaryGap: true,
data: ['第1周', '第2周', '第3周', '第4周', '第5周', '第6周'],
splitLine: {