This is an automated email from the ASF dual-hosted git repository.
ccwilliams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new f889798 use world map only bundle (#6029)
f889798 is described below
commit f8897986886dbd6f4f5b4f8f7ccedc1d4c8cb8d1
Author: Krist Wongsuphasawat <[email protected]>
AuthorDate: Thu Oct 4 14:46:08 2018 -0700
use world map only bundle (#6029)
---
superset/assets/src/visualizations/WorldMap/WorldMap.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/src/visualizations/WorldMap/WorldMap.js
b/superset/assets/src/visualizations/WorldMap/WorldMap.js
index 924c514..b2cb2c0 100644
--- a/superset/assets/src/visualizations/WorldMap/WorldMap.js
+++ b/superset/assets/src/visualizations/WorldMap/WorldMap.js
@@ -1,6 +1,6 @@
import d3 from 'd3';
import PropTypes from 'prop-types';
-import Datamap from 'datamaps';
+import Datamap from 'datamaps/dist/datamaps.world.min';
import './WorldMap.css';
const propTypes = {