diff --git a/demos/sankey.html b/demos/sankey.html
index 8429218b5..3dc7a2332 100644
--- a/demos/sankey.html
+++ b/demos/sankey.html
@@ -98,6 +98,12 @@
flowchart: { curve: 'basis' },
gantt: { axisFormat: '%m/%d/%Y' },
sequence: { actorMargin: 50 },
+ sankey: {
+ title: 'Hey, this is Sankey-Beta',
+ width: 1200,
+ height: 600,
+ linkColor: 'gradient',
+ },
});