Skip to content

Commit 2efe541

Browse files
committed
set plot-schema indentation to 1
1 parent d0e1bef commit 2efe541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/util/make_schema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function makeSchema(plotlyPath, schemaPath) {
1717
w.eval(plotlyjsCode);
1818

1919
var plotSchema = w.Plotly.PlotSchema.get();
20-
var plotSchemaStr = JSON.stringify(plotSchema, null, 4);
20+
var plotSchemaStr = JSON.stringify(plotSchema, null, 1);
2121
fs.writeFileSync(schemaPath, plotSchemaStr);
2222

2323
console.log('ok ' + path.basename(schemaPath));

0 commit comments

Comments
 (0)