updated by GasGit automation
This commit is contained in:
parent
6606dbef78
commit
7124bf44a0
1 changed files with 6 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue