anychart.onDocumentReady(function () {
var chart = anychart.sankey();
['Bike', 'Electronics', 1],
['Bike', 'Accessories', 1],
['Outdoor', 'Clothing', 4],
['Outdoor', 'Electronics', 3],
['Outdoor', 'Equipment', 5]
var tooltip = flow.tooltip();
tooltip.background('#ee6a50');
chart.title('Get and modify tooltip of the flow element');
chart.container('container');