We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88c7a86 + 2efe541 commit 2c81c29Copy full SHA for 2c81c29
tasks/util/make_schema.js
@@ -17,7 +17,7 @@ module.exports = function makeSchema(plotlyPath, schemaPath) {
17
w.eval(plotlyjsCode);
18
19
var plotSchema = w.Plotly.PlotSchema.get();
20
- var plotSchemaStr = JSON.stringify(plotSchema, null, 4);
+ var plotSchemaStr = JSON.stringify(plotSchema, null, 1);
21
fs.writeFileSync(schemaPath, plotSchemaStr);
22
23
console.log('ok ' + path.basename(schemaPath));
0 commit comments