chenryn / kbn_sankey_vis

Sankey diagram for Kibana visualize.
Apache License 2.0
52 stars 47 forks source link

need to support webpack for kibana5 #6

Closed chenryn closed 7 years ago

chenryn commented 8 years ago

Try to run this vis on kibana5, then got a TypeError: _d32.default.sankey is not a function. If I change the _d32["default"].sankey in kibana.bundle.js as d3.sankey, all can run right. But I didn't know how the webpack compile d3.sankey() into _d32["default"].sankey().

chenryn commented 7 years ago

image

dispatch the d3-sankey js file within this plugin now....