4 include_once
"Services/Chart/classes/class.ilChart.php";
20 include_once
"Services/Chart/classes/class.ilChartDataSpider.php";
36 $this->leg_labels = $a_val;
57 $this->y_max = $a_val;
74 $tpl->addJavascript(
"Services/Chart/js/flot/jquery.flot.highlighter.js");
75 $tpl->addJavascript(
"Services/Chart/js/flot/jquery.flot.spider.js");
80 $a_options->grid =
new stdClass();
81 $a_options->grid->hoverable =
false;
82 $a_options->grid->clickable =
false;
85 $a_options->grid->mode =
"spider";