This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var result = { | |
| date: '高二19-20期末', | |
| score: 75 | |
| } | |
| option = { | |
| color: '#388CFF', | |
| xAxis: { | |
| axisTick: { | |
| show: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| option = { | |
| color: '#388CFF', | |
| xAxis: { | |
| axisTick: { | |
| show: false | |
| }, | |
| type: 'category', | |
| boundaryGap: true, | |
| data: ['第1周', '第2周', '第3周', '第4周', '第5周', '第6周'], | |
| splitLine: { |
NewerOlder