anychart.onDocumentReady(function () {
var chart = anychart.waterfall(
[166, 43, -79, -46, 84, NaN],
[50, -25, 30, 28, 83, NaN]
chart.getSeries(0).fill(function () {
chart.getSeries(1).fill(function () {
chart.palette(anychart.palettes.sea);
chart.title("Set series color palette from theme");
chart.container("container");