Skip to content

Commit

Permalink
优化图像展示
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 4, 2017
1 parent 37ad4be commit 0ed5da5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file modified images/img11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/img15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/img16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function get_datas(value){
}
function graphAll(data_type, colors) {
if(!colors){
xtype = "line"
xtype = "area"
}else{
xtype = "area"
}
Expand Down Expand Up @@ -269,6 +269,10 @@ function graphAll(data_type, colors) {
marker: {
lineWidth: 1
}
},
series: {
lineWidth : 0.8,
fillOpacity: 0.15,
}
},
exporting: {
Expand Down

0 comments on commit 0ed5da5

Please sign in to comment.