{
height:170, //Drawing area height
maxHeight:50, //The highest value of the y-axis
barDistance:26, //x-axis coordinate spacing
topDistance:0, //Upper fill
bottomDistance:0, //Bottom fill
leftDistance:20, //Fill on the left
pointWidth:5, //Coordinate point width
pointHeight:5, //Coordinate point height
pointColor:"#ff0000", //Coordinate point color
lineColor:"#ffd43a", //Connection line color
valueWidth:20, // y-axis numerical width
valueColor:"#000", //Y-axis numerical color
timeWidth:20, //x-axis numerical width
timeColor:"#000", //x-axis numerical color
Disvalue:true, // Whether to display the y-axis value
Distime:true // Whether to display x-axis value
}