diff --git a/export-csv.js b/export-csv.js index 5e32cc5..f4d98f7 100644 --- a/export-csv.js +++ b/export-csv.js @@ -26,7 +26,7 @@ xTitle = 'X values'; if (series.xAxis.isDatetimeAxis) { xData = Highcharts.map(xData, function (x) { - return Highcharts.dateFormat(dateFormat, x) + return Highcharts.dateFormat(dateFormat, x); }); xTitle = 'DateTime'; } else if (series.xAxis.categories) {