This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script> | |
<script type="text/javascript" src="./sankey.js"></script> | |
<title>Sankey Diagram</title> | |
<style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sankeyDraw( | |
{ | |
"nodes": [ | |
{"name": "Improve CX Flow"}, | |
{"name": "Nevermind Response"}, | |
{"name": "Download Resources"}, | |
{"name": "Our Amazing Customers"}, | |
{"name": "Last Response"}, | |
{"name": "Emoji Response"}, | |
{"name": "Greeting"}, |