updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-21 15:27:35 +01:00
parent 6606dbef78
commit 7124bf44a0

View file

@ -1,4 +1,9 @@
var Sankey = (function(sankey) {
/**
* creates a sankey chart in the sidebar
* monitors for data changes and replots if there are any
* details at http://ramblings.mcpher.com/Home/excelquirks/addons/sankeyaddon
*/
var Sankey = (function(sankey) {
'use strict';