-
Usually a graph interpolates linearly between two points, but sometimes a value can only accept certain values and stick to them until the next point arrives. The result is a discrete graph that moves in steps. It is like a continously bar graph.
I added a new parameter $Discrete to the function drawLineGraph() which could be set true or false. If set to false (default), the line graph will...
2009-01-12 18:50:55 UTC in pChart
-
pChart requires libgd >2.01 due to the function imageftbbox(). This library is not available on many systems and sometimes it cannot be updated.
So this patch replaces the function imagebftbbox() with imagettfbbox(). This makes pChart compatible with libgd 1.8.4.
Best Regards
Matthias Grimm.
2009-01-12 18:40:41 UTC in pChart
-
Hi,
The documentation on the web site looks great and is very good to understand and use pCharts. Nevertheless it seems a little bit outdated. I found some new functions and parameters in the source code but no documentation at all.
What documentation system do you use? Do you use a tool or do you manage your documentation manually? When I contribute a patch, I would like to update the docum.
2008-12-22 13:23:52 UTC in pChart
-
Hi,
Calling drawLineGraph() and relatives with a pData structure set-up for a XY graph, will loop forever with CPU=100% (until the PHP compiler stop the process).
I haven't digged too far into this problem but a validity test with warning message or skipping the series marked as X should fix the problem.
Best Regards
Matthias.
2008-12-22 13:16:27 UTC in pChart
-
Hi,
Passing a negative value to ToCurrency() will have weird results. Furthermore it adds zeros even in front of numbers below 100. That looks really strange. Last but not least it will ignore locale settings and produce only anglo-american output.
Currently I use the standard number instead of currency to get arround these problems.
I haven't tested it yet, but the function ToMetric() se.
2008-12-22 13:09:01 UTC in pChart
-
Hi,
The php suffix will identify the files as PHP code and some editors rely on it (VIM for example). From the functional point of view this chance is not necessary but it would make life easier and my syntay highlighting will work again. :-)
Best Regards
Matthias.
2008-12-22 12:56:27 UTC in pChart
-
This is a very good idea and should be extended to any hard-coded paths in the code like tmp/ and cache/.
Many web server installations won't allow writing in the web area so configurable path names are manadory.
2008-12-22 12:51:46 UTC in pChart
-
Hi,
This bug was already reported and have been registered as 2231061. This patch correct the problem.
Best Regards
Matthias.
2008-12-22 12:47:58 UTC in pChart
-
matthiasgrimm committed patchset 362 of module pbbuttons to the PBButtons CVS repository, changing 22 files.
2007-11-17 13:30:59 UTC in PBButtons
-
matthiasgrimm committed patchset 56 of module isp-at89 to the In-System-Programmer for ATMEL AT89S8252 CVS repository, changing 1 files.
2007-09-02 14:11:37 UTC in In-System-Programmer for ATMEL AT89S8252