Skip to content

Commit edae224

Browse files
committed
put plot_schema in plot_api/
1 parent dd7ccc5 commit edae224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plotschema.js renamed to src/plot_api/plot_schema.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var Plotly = require('./plotly');
3+
var Plotly = require('../plotly');
44

55
var extendFlat = Plotly.Lib.extendFlat;
66
var extendDeep = Plotly.Lib.extendDeep;
@@ -22,8 +22,8 @@ var plotSchema = {
2222
};
2323

2424
// FIXME polar attribute are not part of Plotly yet
25-
var polarAreaAttrs = require('./polar/attributes/area'),
26-
polarAxisAttrs = require('./polar/attributes/polaraxes');
25+
var polarAreaAttrs = require('../plots/polar/attributes/area'),
26+
polarAxisAttrs = require('../plots/polar/attributes/polaraxes');
2727

2828
var PlotSchema = module.exports = {};
2929

0 commit comments

Comments
 (0)