Skip to content

Commit c937a6f

Browse files
committed
do not deprecate components in lib in v2
1 parent aeaf709 commit c937a6f

Some content is hidden

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

52 files changed

+52
-52
lines changed

lib/aggregate.js

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

lib/bar.js

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

lib/barpolar.js

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

lib/box.js

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

lib/calendars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'use strict';
2-
// deprecated in plotly.js v2 - one may use src/components/calendars instead of lib/calendars
2+
33
module.exports = require('../src/components/calendars');

lib/candlestick.js

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

lib/carpet.js

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

lib/choropleth.js

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

lib/choroplethmapbox.js

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

lib/cone.js

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

0 commit comments

Comments
 (0)