Difference In Java & PHP Version
Posted: Wed Nov 04, 2009 9:17 am
I am using TeeCHART for java version.
Because of performance, 4000 png image creation, considering TeeCHART for php version.
But java version erformance is more better than php version.
below is not solving. ( I am using trial version of TeeCHART of php version )
1. $tChart->getChart()->getExport()->getImage()->getPNG()->save($imagefilename);
-- is not executed.
2. $tChart->render($imagefilename);
-- executed but performance is very bad.
3. $tChart->getPanel()->getBrush()->loadImageFromFile($backgroundImageFileName);
-- is not executed.
4. (JAVA)
mParambottomAxis.getCustomLabels().clear();
AxisLabelItem mBarLabelItem = mParambottomAxis.getCustomLabels().add( ( mFileReadCnt - 1 - idx ) * 1.0, mTradeDt[idx].substring(6-1,6-1+5));
-- not convert into php version. how?
Because of performance, 4000 png image creation, considering TeeCHART for php version.
But java version erformance is more better than php version.
below is not solving. ( I am using trial version of TeeCHART of php version )
1. $tChart->getChart()->getExport()->getImage()->getPNG()->save($imagefilename);
-- is not executed.
2. $tChart->render($imagefilename);
-- executed but performance is very bad.
3. $tChart->getPanel()->getBrush()->loadImageFromFile($backgroundImageFileName);
-- is not executed.
4. (JAVA)
mParambottomAxis.getCustomLabels().clear();
AxisLabelItem mBarLabelItem = mParambottomAxis.getCustomLabels().add( ( mFileReadCnt - 1 - idx ) * 1.0, mTradeDt[idx].substring(6-1,6-1+5));
-- not convert into php version. how?