anychart.onDocumentReady(function () {
var chart = anychart.sankey();
chart.node().tooltip().anchor('center-bottom');
return anychart.color.lighten(this.sourceColor, .5) + ' ' + .3
return this.sourceColor + ' ' + .9
chart.container('container');
['Coal', 'Reserves', 64],
['Coal', 'Coal Exports', 31],
['Coal', 'Electricity', 234],
['Electricity', 'Lighting', 34],
['Electricity', 'Heating', 200],
['Natural Gas', 'Reserves', 30],
['Natural Gas', 'Electricity', 100],
['Natural Gas', 'Heating', 100],