Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #39 from looker/jim/v1_common_fix
Browse files Browse the repository at this point in the history
Put highcharts in its own file
  • Loading branch information
JimRottinger authored Aug 23, 2018
2 parents a64be99 + 0b52715 commit b472a23
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/chord.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/collapsible_tree.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hello_world.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion dist/liquid_fill_gauge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sankey.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/subtotal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sunburst.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treemap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/v1_common.js

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions src/common/common-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ function handleErrors(vis, resp, options) {
return true;
}

global.d3v4 = require('./d3.v4')
global.Highcharts = require('./highcharts')
global.formatType = formatType
global.handleErrors = handleErrors
window.d3v4 = require('./d3.v4')
window.formatType = formatType
window.handleErrors = handleErrors

0 comments on commit b472a23

Please sign in to comment.