var fDesc=new Array(); fDesc[0] = "Waterfall Chart Studio add-in extends the features of Microsoft Excel by adding the following functional capabilities: creation of dynamic charts of waterfall type; automatic alignment and formatting of data labels.

The add-in supports all possible variants of plotting the charts of waterfall type, such as:
- horizontal chart
- horizontal chart with crossing the axis
- horizontal chart with subtotals
- the same variants of charts constructed on the vertical axis

And all of this diversity can be reached in just a few mouse clicks, all you have to do is to make some efforts to prepare the data!

The add-in operation requires Microsoft Excel 2010 (or higher) for Windows."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }