We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005bf3e commit 9807ef9Copy full SHA for 9807ef9
lib/node_modules/@stdlib/plot/base/ctor/lib/defaults.js
@@ -56,9 +56,6 @@ function defaults() {
56
// Data labels:
57
o.labels = [];
58
59
- // Line color:
60
- o.lineColor = '#000000';
61
-
62
// Line opacity:
63
o.lineOpacity = 0.9; // [0,1]
64
@@ -112,9 +109,6 @@ function defaults() {
112
109
// Number of x-axis tick marks:
113
110
o.xNumTicks = 5;
114
111
115
- // x-axis scale:
116
- o.xScale = 'linear';
117
118
// x-axis tick format:
119
o.xTickFormat = null;
120
@@ -133,9 +127,6 @@ function defaults() {
133
127
// Number of y-axis tick marks:
134
128
o.yNumTicks = 5;
135
129
136
- // y-axis scale:
137
- o.yScale = 'linear';
138
139
130
// y-axis tick format:
140
131
o.yTickFormat = null;
141
132
0 commit comments