Skip to content

Commit 01136b7

Browse files
committedFeb 22, 2021
write component files to lib
- generated component files using preprocess in lib - deprecate component files in lib
1 parent 836248c commit 01136b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+207
-5
lines changed
 

‎lib/aggregate.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
// deprecated in plotly.js v2 - one may use src/transforms/aggregate instead of lib/aggregate
3+
module.exports = require('../src/transforms/aggregate');

‎lib/bar.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
// deprecated in plotly.js v2 - one may use src/traces/bar instead of lib/bar
3+
module.exports = require('../src/traces/bar');

0 commit comments

Comments
 (0)
Please sign in to comment.