Commit Graph

87 Commits

Author SHA1 Message Date
Ann + J.M
c7b2ee28f3 Fix coding style in JS files
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-07-02 22:30:18 +02:00
Hugues Peccatte
40def1a7a2 Fix 'function declaration in loop' scrutinizer errors.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-19 21:42:59 +02:00
Madhura Jayaratne
0c159c56f2 Allow saving query charts as images
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-06-06 12:06:13 +05:30
Madhura Jayaratne
cc0fa75cce rfe #1527 Charts for data in <x-axis, series, value> format
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-30 22:12:23 +05:30
Madhura Jayaratne
6ef94bec20 Merge branch 'QA_4_2' 2014-05-28 14:06:44 +05:30
Madhura Jayaratne
511c105222 bug #4432 Error while displaying chart at server level
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-28 14:05:40 +05:30
Ann + J.M
43d1239583 Code style fixes
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-24 16:48:53 +02:00
Madhura Jayaratne
ba4fd1bda1 Fix chart tooltips 2013-12-26 09:41:57 +05:30
Madhura Jayaratne
2ac4e71c91 Provide float values
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-25 21:07:39 +05:30
Madhura Jayaratne
b75df7bb3c All the columns of a scatter chart should be numeric
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-25 20:54:27 +05:30
Madhura Jayaratne
00862e5d47 Stacking only makes sense for some chart types
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-25 09:12:01 +05:30
Madhura Jayaratne
9062074673 Add scatter charts
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-24 23:09:59 +05:30
Madhura Jayaratne
491059843f bug #4187 SQL query inline edit doesn't post changes on the first run
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-22 15:11:44 +05:30
Michal Čihař
0040765b4e Coding style: Declare before used 2013-10-02 12:07:15 +02:00
Michal Čihař
61cf2c4cc9 Various coding style improvements 2013-07-30 14:36:43 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
e6517db98a More javascript cleanup, more fixes of === / !=== 2013-04-15 13:25:50 +02:00
Michal Čihař
502165de66 Explicitly define radix for parseInt
This prevents unexpected behavior when parsing string like 033, which
would be treated as octal.
2013-04-15 12:05:44 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Atul Pratap Singh
550f6b3ea4 Enable tooltip in display chart 2013-03-06 01:32:08 +05:30
Atul Pratap Singh
effd5a3cce Show error messages when unable to display chart 2013-01-27 20:48:07 +05:30
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Madhura Jayaratne
e9a6fc1f47 Add spline charts back 2013-01-15 21:25:42 +05:30
Madhura Jayaratne
62ac5b04ea Merge branch 'master' into charts
Conflicts:
	js/tbl_chart.js
2013-01-15 14:27:05 +05:30
Michal Čihař
077a93b0e2 Merge remote-tracking branch 'origin/QA_3_5'
Conflicts:
	js/tbl_chart.js
2013-01-15 09:14:17 +01:00
Michal Čihař
7ddc71c033 Fix possibly wrong commas 2013-01-15 09:13:24 +01:00
Michal Čihař
b23372a336 Escape HTML in titles of table charts
Conflicts:
	js/tbl_chart.js
2013-01-15 09:12:37 +01:00
Michal Čihař
7e968cf30e Escape HTML in titles of table charts 2013-01-15 09:11:07 +01:00
Madhura Jayaratne
34c676c1d1 Draw timeline charts with queries 2013-01-15 00:18:05 +05:30
Madhura Jayaratne
37a7aa9206 Auto resize to use full width 2013-01-14 20:48:56 +05:30
Madhura Jayaratne
91df297bb6 Fix query charts with the new chart library. Replace spline chart(not supported by jqPlot) with area chart. 2013-01-14 20:16:57 +05:30
Marc Delisle
ab75961279 js cleanup: space after "if" 2012-12-20 05:53:55 -05:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
Atul Pratap Singh
aa12956816 Fix bug #3571970 for master 2012-10-28 22:21:37 +05:30
Atul Pratap Singh
c39d7b1227 Fix bug #3571970 - Display chart and number of rows to plot 2012-10-28 02:42:04 +05:30
Marc Delisle
fc8ca551d6 Merge branch 'QA_3_5' 2012-09-10 12:18:41 -04:00
Marc Delisle
aed767c3d8 Improve speed, see the comment on
04698355e4
2012-09-10 12:18:03 -04:00
Atul Pratap Singh
cd6f0d7ad7 Merge branch 'QA_3_5' 2012-09-10 05:58:23 +00:00
Atul Pratap Singh
9e97286571 Make chart background transparent in table->browse 2012-09-09 23:50:17 +05:30
Marc Delisle
3d9243162b Remove extraneous comma 2012-09-09 07:40:24 -04:00
Marc Delisle
e491ab1c8a Fix merge conflicts 2012-09-09 07:35:38 -04:00
Marc Delisle
be47d23a38 Use correct jqplot reference for axis labels 2012-09-08 08:47:13 -04:00
Marc Delisle
8ade1115d7 Initial display is wrong 2012-09-08 08:40:07 -04:00
Marc Delisle
fb7b1c1582 Unused code 2012-09-08 08:34:36 -04:00
Marc Delisle
9b07f1237a Incorrect reference to chart type 2012-09-08 08:30:06 -04:00
Marc Delisle
eca1c28e16 Adapt to new multiple selector 2012-09-08 08:17:18 -04:00
Marc Delisle
a5d0fdad0e Fix merge conflicts 2012-09-08 07:59:06 -04:00