We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918688b commit f920871Copy full SHA for f920871
1 file changed
server/services/getPDF.php
@@ -17,7 +17,7 @@
17
$pdf_urls = library\CommUtils::getParameter($_GET, "pdf_urls");
18
$vis_id = library\CommUtils::getParameter($_GET, "vis_id");
19
$paper_id = library\CommUtils::getParameter($_GET, "paper_id");
20
-$is_streamgraph = strtolower(library\CommUtils::getParameter($_GET, "is_streamgraph")) === 'true';
+$is_streamgraph = strtolower(library\CommUtils::getParameter($_GET, "vis_type")) === 'timeline';
21
$images_path = $ini_array["general"]["images_path"];
22
23
if (isServiceWithPDFList($service)) {
0 commit comments