symfony-1.2

JpGraph: How to control x/y offset, margins and color in v3.5.0b1 when using AccBarPlot?

自闭症网瘾萝莉.ら 提交于 2019-12-22 11:35:57
问题 A little background I am attempting to migrate a project built with Symfony 1.2 from one server to another. One of the functions of the project is to build a graph (originally done with JpGraph 2.3.5). The graph does not display as intended without modifications to the code and am looking for some insight on what I might be overlooking. Images are linked due to not having enough points to post. Graph Image Gallery The following graph is what is generated by the code block below <?php public

JpGraph: How to control x/y offset, margins and color in v3.5.0b1 when using AccBarPlot?

那年仲夏 提交于 2019-12-06 11:32:22
A little background I am attempting to migrate a project built with Symfony 1.2 from one server to another. One of the functions of the project is to build a graph (originally done with JpGraph 2.3.5). The graph does not display as intended without modifications to the code and am looking for some insight on what I might be overlooking. Images are linked due to not having enough points to post. Graph Image Gallery The following graph is what is generated by the code block below <?php public function Graph($section) { $report = $section->getReport(); $this->crews = array(); foreach ($section-