You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
192 B
12 lines
192 B
var DrawLableGraphParam = {
|
|
"x": 2.0,
|
|
"y": 5.0,
|
|
"height": 30,
|
|
"width": 40,
|
|
"rotate": 0,
|
|
"graphType": 3,
|
|
"cornerRadius": 0,
|
|
"lineWidth": 4,
|
|
"lineType":2,
|
|
"dashwidth": [1,1],
|
|
}
|