我使用CodeIgniter和DHTMLX在我的系统中构建gannt图表。我已经相应地遵循了网站上的教程。但该图表并未在网页上显示。我是新手。任何帮助,将不胜感激。
这是我在控制器中的代码
<div id="gantt_here" style='width:100%; height:250px;'></div>
<script type="text/javascript">
gantt.init("gantt_here", new Date(2010,7,1), new Date(2010,8,1));
// refers to the 'data' action that we will create in the next substep
gantt.load("./gantt/data", "xml");
// refers to the 'data' action as well
var dp = new dataProcessor("./gantt/data");
dp.init(gantt);
</script>
这是视图
use codebase/connector/GanttConnector;
我也很担心&#34;使用&#34;
中的关键词SKProductsResponse
有关此事的任何帮助?感谢。