Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7ccc5 commit edae224Copy full SHA for edae224
src/plotschema.js renamed to src/plot_api/plot_schema.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var Plotly = require('./plotly');
+var Plotly = require('../plotly');
4
5
var extendFlat = Plotly.Lib.extendFlat;
6
var extendDeep = Plotly.Lib.extendDeep;
@@ -22,8 +22,8 @@ var plotSchema = {
22
};
23
24
// FIXME polar attribute are not part of Plotly yet
25
-var polarAreaAttrs = require('./polar/attributes/area'),
26
- polarAxisAttrs = require('./polar/attributes/polaraxes');
+var polarAreaAttrs = require('../plots/polar/attributes/area'),
+ polarAxisAttrs = require('../plots/polar/attributes/polaraxes');
27
28
var PlotSchema = module.exports = {};
29
0 commit comments