Skip to content

Commit

Permalink
Resolve browser edition of plotly.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Sep 1, 2016
1 parent 4907204 commit 05ab53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notebook/components/transforms/plotly.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

const Plotly = require('plotly.js');
const Plotly = require('plotly.js/dist/plotly');

const MIMETYPE = 'application/json+plotly.v1';

Expand Down

0 comments on commit 05ab53c

Please sign in to comment.