We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e1bef commit 2efe541Copy full SHA for 2efe541
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