From 0ec6ca3bd29a9fd5050542407ced0f2dc8fcaba3 Mon Sep 17 00:00:00 2001 From: g21589 Date: Thu, 3 Dec 2015 17:11:11 +0800 Subject: [PATCH] Support xAxis labels in chart --- js/pptx2html.js | 38 +++----------------------------------- js/worker.js | 23 +++++++++++------------ 2 files changed, 14 insertions(+), 47 deletions(-) diff --git a/js/pptx2html.js b/js/pptx2html.js index 03208a4..45d0df9 100644 --- a/js/pptx2html.js +++ b/js/pptx2html.js @@ -168,59 +168,27 @@ function processSingleMsg(d) { var chart = null; switch (chartType) { case "lineChart": - /* - for (var i=0; i