Commit Graph

14786 Commits

Author SHA1 Message Date
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
8b7e8257b3 bugfix for changed format 2010-07-27 18:32:47 +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
bcbd662f48 added tooltip JS includes for other chart places. 2010-07-21 19:35:15 +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
08e048b307 fixed chart error handler. 2010-07-09 16:16:22 +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
09a7a4c912 added error messaged 2010-07-07 13:51:30 +03:00
Martynas Mickevicius
d387343ee0 removed debug info
added check for gd library
2010-07-07 09:29:29 +03:00
Martynas Mickevicius
7958e84fff debug on the demo server 2010-07-06 23:26:36 +03:00
Martynas Mickevicius
45fd079c9c debug on the demo server 2010-07-06 22:23:34 +03:00
Martynas Mickevicius
c1ed3e2291 debug on the demo server 2010-07-06 21:23:03 +03:00
Martynas Mickevicius
c9a785cf03 debug on the demo server 2010-07-06 19:22:41 +03:00
Martynas Mickevicius
14ab690286 debug on the demo server 2010-07-06 18:23:05 +03:00
Martynas Mickevicius
c342ad07e0 debug on the demo server 2010-07-06 17:30:32 +03:00
Martynas Mickevicius
f1e30fea1e debug on the demo server 2010-07-06 17:02:48 +03:00
Martynas Mickevicius
c2e7aef7ba added configurable settings for title and labels 2010-06-23 14:06:57 +03:00
Martynas Mickevicius
278ee6e2ca added curly braces where needed 2010-06-23 13:32:23 +03:00
Martynas Mickevicius
1cae244e89 fixed case error 2010-06-23 13:30:20 +03:00
Martynas Mickevicius
eeead42990 Moved settings to an array. Form fields to choose settings for query result chart. 2010-06-22 15:25:06 +03:00
Martynas Mickevicius
c5b49bb839 added stacked bar chart 2010-06-22 14:24:23 +03:00
Martynas Mickevicius
12d875dadc early code to show a chart for query results 2010-06-21 17:35:42 +03:00
Martynas Mickevicius
9970ce91da restructured the code to be more OOP friendly 2010-06-21 17:34:50 +03:00