Skip to content

Commit 9807ef9

Browse files
committed
Update defaults
1 parent 005bf3e commit 9807ef9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/node_modules/@stdlib/plot/base/ctor/lib/defaults.js

-9
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ function defaults() {
5656
// Data labels:
5757
o.labels = [];
5858

59-
// Line color:
60-
o.lineColor = '#000000';
61-
6259
// Line opacity:
6360
o.lineOpacity = 0.9; // [0,1]
6461

@@ -112,9 +109,6 @@ function defaults() {
112109
// Number of x-axis tick marks:
113110
o.xNumTicks = 5;
114111

115-
// x-axis scale:
116-
o.xScale = 'linear';
117-
118112
// x-axis tick format:
119113
o.xTickFormat = null;
120114

@@ -133,9 +127,6 @@ function defaults() {
133127
// Number of y-axis tick marks:
134128
o.yNumTicks = 5;
135129

136-
// y-axis scale:
137-
o.yScale = 'linear';
138-
139130
// y-axis tick format:
140131
o.yTickFormat = null;
141132

0 commit comments

Comments
 (0)