-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScatterplot.neon
More file actions
109 lines (107 loc) · 2.2 KB
/
Scatterplot.neon
File metadata and controls
109 lines (107 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Configuration for Macocci7\PhpScatterplot\Scatterplot
props:
CANVAS_WIDTH_LIMIT_LOWER: 100
CANVAS_HEIGHT_LIMIT_LOWER: 100
validConfig:
canvasWidth:
type: int
canvasHeight:
type: int
canvasBackgroundColor:
type: colorCode|null
frameXRatio:
type: float
frameYRatio:
type: float
axisColor:
type: colorCode|null
axisWidth:
type: int
gridColor:
type: colorCode|null
gridWidth:
type: int
gridXPitch:
type: number
gridYPitch:
type: number
gridX:
type: bool
gridY:
type: bool
xLimitUpper:
type: number
xLimitLower:
type: number
yLimitUpper:
type: number
yLimitLower:
type: number
plotDiameter:
type: int
plotColor:
type: colorCode|null
fontSize:
type: number
fontColor:
type: colorCode|null
regressionLine:
type: bool
regressionLineWidth:
type: int
labelX:
type: string
labelY:
type: string
caption:
type: string
legend:
type: bool
legendCount:
type: int
legends:
type: array
referenceLineX:
type: bool
referenceLineXValue:
type: number
referenceLineXWidth:
type: int
referenceLineXColor:
type: colorCode|null
referenceLineY:
type: bool
referenceLineYValue:
type: number
referenceLineYWidth:
type: int
referenceLineYColor:
type: colorCode
specificationLimitX:
type: bool
specificationLimitXLower:
type: number
specificationLimitXUpper:
type: number
specificationLimitXWidth:
type: int
specificationLimitXColor:
type: colorCode|null
specificationLimitY:
type: bool
specificationLimitYLower:
type: number
specificationLimitYUpper:
type: number
specificationLimitYWidth:
type: int
specificationLimitYColor:
type: colorCode|null
legendWidth:
type: int
legendFontSize:
type: number
colors:
type: colorCodes
regressionLineColors:
type: colorCodes