I have a chart with three data series that I want to display more or less like this example: http://www.anychart.com/products/anychart/gallery/Combined_Charts/Column,_Spline-Area_and_Spline_Chart.php In Phprunner I change my chart type to "Combined" and select the three different series. All three series show up as lines. I need to add some coding to Javascript Chart Modify to tell anychart to use Column, Spline Area and Spline for the different series.... Edit - found it: You need to use series.seriesType("xxxxx");