anychart.onDocumentReady(function () {
{x: "Receiving", value: 0.930},
{x: "Break Load", value: 5.810},
{x: "RUN", value: 16.621},
{x: "Fill", value: 39.704},
{x: "Excess Cartons", value: 1.807},
{x: "Rubbish Removal", value: 1.264},
{x: "TOTAL", isTotal: true}
var chart = anychart.waterfall();
var series = chart.waterfall(data);
chart.title("Night Fill Process Steps - AS IS");
chart.container("container");