kenzzii / mtchart

Automatically exported from code.google.com/p/mtchart
GNU General Public License v3.0
0 stars 0 forks source link

Can't place Text above or below the graph. #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open Example22.php
2. put echo 'test text'; near the beginning of the code.
3. you will get garbage.

What is the expected output? What do you see instead?
i expect to see the text above the graph.

What version of the product are you using? On what operating system?
v0.1.2
Windows Xp, Ubuntu,

Please provide any additional information below.
i'm glad the drawVertical works, that the reason I'm trying mtchart out.
pchart didn't have it.
But this text problem is a show killer.

Original issue reported on code.google.com by Jeff.Es...@gmail.com on 20 Feb 2010 at 4:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I discovered that in order to place text above or below the graph, i have to 
replace
the Stroke() with Render(), and add a link to the png file.

I also wrote some code to determine the best location to draw vertical lines for
Standard Deviations.

Original comment by Jeff.Es...@gmail.com on 20 Feb 2010 at 2:38

Attachments: