Commit Graph

69 Commits

Author SHA1 Message Date
Marc Delisle
2ecf4b3641 tahoma font was replaced with DejaVuSans 2010-10-14 06:30:06 -04:00
Herman van Rink
5574307fd0 The tahoma.ttf file which is bundled with pChart 1.27d was replaced due to uncertainty with it's licence. 2010-09-08 10:39:16 +02:00
Marc Delisle
7ca0657ff0 remove author names as per our policy 2010-08-29 08:54:12 -04:00
Herman van Rink
51c9c1763e Code cleanup, mostly added extra spaces 2010-08-26 17:01:12 +02:00
Herman van Rink
e076ec85e1 Add vim mode lines 2010-08-25 17:07:08 +02:00
Herman van Rink
6fb5591f4e Add CDATA to script code 2010-08-25 17:07:02 +02:00
Martynas Mickevicius
0b90202b8f fixed an issue when a serie name was not set, thus generating a warning 2010-08-13 14:50:21 +03:00
Martynas Mickevicius
eb3f96ac51 changed comments to comply with phpdoc and added some new comments. Moved color settings to more appropriate places. 2010-08-13 14:34:07 +03:00
Martynas Mickevicius
d6185d7ace removed leftovers from never-used flash chart implmenetation 2010-08-13 12:17:26 +03:00
Martynas Mickevicius
59f220eb13 added check for json encoder, cleaned up error handling a bit 2010-08-06 13:22:04 +03:00
Martynas Mickevicius
68f4a8daf7 removed OFC implementation, since we are not going to use it. 2010-07-29 20:26:16 +03:00
Martynas Mickevicius
55089f12db getting title shadow back. Will see how it looks on the demo server. 2010-07-29 20:22:55 +03:00
Martynas Mickevicius
fe77ca741c fixing built-in functions so that they work with modified imagemap. 2010-07-29 20:22:03 +03:00
Martynas Mickevicius
1c1d555002 fixed a bug if a chart was drawn for a query result of one row 2010-07-29 20:12:10 +03:00
Martynas Mickevicius
0b620df912 enable warning report to the chart. 2010-07-29 19:15:08 +03:00
Martynas Mickevicius
57614902eb image map enchancements. 2010-07-29 19:06:11 +03:00
Martynas Mickevicius
4577d63b4d commented the render function, thanks Herman 2010-07-29 16:18:35 +03:00
Martynas Mickevicius
aecac3a691 trying to fix the title bug on the demo server 2010-07-28 16:28:58 +03:00
Martynas Mickevicius
c6ce98be18 moved setting defaults to the correct place. 2010-07-28 12:26:40 +03:00
Martynas Mickevicius
34ec78abb5 turned of shadow in the title 2010-07-28 11:27:32 +03:00
Martynas Mickevicius
4f62c6c2ea added font size setting 2010-07-28 11:02:17 +03:00
Martynas Mickevicius
039e30450c added setting for continuous image 2010-07-27 18:28:19 +03:00
Martynas Mickevicius
53c071941a forgot to swap label names 2010-07-27 18:26:50 +03:00
Martynas Mickevicius
0604e81526 bugfix and a query result format changes according to the latest wiki article about charts. 2010-07-27 18:11:01 +03:00
Martynas Mickevicius
3afe966b51 added query results chart when results have only one column. 2010-07-27 12:52:46 +03:00
Martynas Mickevicius
b7daf5d985 removed overlib dependancy. Written simple tooltip. 2010-07-23 16:53:46 +03:00
Martynas Mickevicius
afe5f63c4b fixed radar chart tooltip text. 2010-07-23 13:54:19 +03:00
Martynas Mickevicius
25a59f23d5 chart is rendered in parts. Fixes the issue with browsers which have limited size on base64 images. 2010-07-23 13:19:30 +03:00
Martynas Mickevicius
e3736762ae cleaned JS for tooltips 2010-07-22 14:30:02 +03:00
Martynas Mickevicius
557eb2096b added tooltips for radar charts. 2010-07-21 19:32:17 +03:00
Martynas Mickevicius
2f78d2d147 tooltip on the pie working. Now only on the query results chart. 2010-07-20 23:29:13 +03:00
Martynas Mickevicius
c40e145597 added JS tooltips to the bar and line charts. Other types generate warnings for now. 2010-07-20 20:29:19 +03:00
Martynas Mickevicius
979aa9a7ed graceful error handling 2010-07-09 17:34:28 +03:00
Martynas Mickevicius
3df1126c85 fixed custom axis lables on the multi chart. 2010-07-09 16:29:14 +03:00
Martynas Mickevicius
6b806f2047 Chart title has been put to the settings array. 2010-07-09 16:27:25 +03:00
Martynas Mickevicius
e5c8b5a894 default labels are returned to the settings form. 2010-07-09 16:17:16 +03:00
Martynas Mickevicius
7eedd0387d Fixed a case where a notice was generated when the first point was added to the data set. 2010-07-09 16:08:53 +03:00
Martynas Mickevicius
cd1cbce4ef data overflow fix 2010-07-08 20:29:27 +03:00
Martynas Mickevicius
48f2caccae error handling 2010-07-08 20:26:40 +03:00
Martynas Mickevicius
45e740e96b fixed option hendling 2010-07-08 19:52:38 +03:00
Martynas Mickevicius
f53b1a5294 added radar chart type to the query results charts. 2010-07-08 14:19:16 +03:00
Martynas Mickevicius
881bd0909f added value skip option to the radar chart in pChar.class 2010-07-08 13:47:29 +03:00
Martynas Mickevicius
dfe34ad8d4 added chart type PIE to the query results charts 2010-07-08 12:40:03 +03:00
Martynas Mickevicius
933238bcfb fixed a bug where GD function was used before the check if GD is available. 2010-07-08 11:24:49 +03:00
Martynas Mickevicius
4d6fd853d3 Added multi bar chart. Added margin options. 2010-07-07 17:41:45 +03:00
Martynas Mickevicius
c530e97fb7 decreased the size of the points in the line chart 2010-07-07 16:57:30 +03:00
Martynas Mickevicius
2e421895ed using background color setting now 2010-07-07 16:57:06 +03:00
Martynas Mickevicius
e22cd9aab4 Restructured code. This allows more chart types and removes some code duplication. Added line charts. 2010-07-07 16:37:09 +03:00
Martynas Mickevicius
31622c3f83 added getPieLegendBoxSize($Data) method 2010-07-07 16:34:02 +03:00
Martynas Mickevicius
d387343ee0 removed debug info
added check for gd library
2010-07-07 09:29:29 +03:00