pchart
error in creating more charts in looping - php
I\'m trying to create country based charts. i\'m using pchart for this, because it will create charts as image by default.[详细]
2023-04-04 10:55 分类:问答pchart error: Message: imageftbbox() [function.imageftbbox]: Invalid font filename
I\'ve tried a number of different ways and right now I\'m being as explicit as I can. I\'m using xampp on Windows 7 with PHP/pChart. In my code I have:[详细]
2023-03-31 20:36 分类:问答php pchart 2.0 x-axis abscissa position (bottom rather than top)
开发者_运维知识库Using pchart 2 I am looking for a reliable (hopefully built in) way to move the abscissa (x-axis) of a bar chart to the bottom of the chart rather than the top.[详细]
2023-03-25 22:34 分类:问答How do I save an image created by pChart to a file?
I am using the following: $chartImage->autoOutput(\'/statistics/\'.$image.\'.png\'); The problem is that this code outputs the image to the browser. I would prefer it if it saved the image to a[详细]
2023-03-22 07:52 分类:问答php pchart pie chart problem with 0 value
I have a problem with my pie chart when I have 0 values $MyData->addPoints(array(10,20,20,15,23),\"Data\");[详细]
2023-03-07 06:27 分类:问答pChart 2.x graph plots scale using decimals instead of whole numbers
I\'m working on stats containing a number of visits and the scale on pChart is showing decimals instead of whole integers.[详细]
2023-02-26 00:44 分类:问答PChart - Show a fixed number of lablels in X-Axis
How to show only a fixed number of labels in X-Axis ?? I have tried \"LabelSkip\", but I think it works only with an interval and not with fixed number of labels.[详细]
2023-02-14 20:13 分类:问答Pchart - Date format
I want to format a date array in mysql fo开发者_StackOverflowrmat (\"2011-03-01\") to \"d-m-y\" format in Pchart.[详细]
2023-02-14 06:06 分类:问答PHP pChart x-axis Label Angle
开发者_如何学CDoes anyone know how to change the angle of the x-axis labels in pChart? I need to slant them so a longer timeframe can be displayed in a single graph.For pChart 2, it can be configured[详细]
2023-02-13 18:47 分类:问答pChart does not render to web browser, only shows missing image
pCharts documentation says that you should be able to render the image to the browser using this code.[详细]
2023-02-12 17:44 分类:问答