Commit Graph

9 Commits

Author SHA1 Message Date
Michal Čihař
6f076b34e5 Drop flashcanvas
Let's drop flashcanvas, which we use for rendering charts with MSIE 8
and older. I've tested it a bit and in none of the uses it works
properly, so it really does not work as a drop in replacement for native
browser support and it would probably need some adjustment in our code.

Also it is problematic from licensing point of view as we do not ship
source for it js/canvg/flashcanvas.swf.

Signed-off-by: Michal Čihař <mcihar@suse.cz>
2014-02-03 13:32:01 +01:00
Michal Čihař
f6c930f002 Revert "Added: Missing rgbcolor.js file"
This reverts commit 1b7e2f6c7b.
2011-08-13 06:51:52 +02:00
Ammar Yasir
1b7e2f6c7b Added: Missing rgbcolor.js file 2011-08-12 23:30:21 +05:30
Ammar Yasir
57af6f9502 Merge remote branch 'phpmyadmin/master'
Conflicts:
	js/tbl_select.js
2011-08-12 00:10:17 +05:30
Tyron Madlener
666732baf2 - Merged rgbcolor.js into canvg.js
- Status monitor now loads on demand (when tab is clicked)
2011-08-08 14:05:55 +03:00
Ammar Yasir
1653fd340c Plot functionality using Hihcharts 2011-06-17 01:31:31 +05:30
Tyron Madlener
2216824c90 - Newest canvg version from trunk fixing display of hidden elements
- Some attempts to get png export working for IE8 (needs flashcanvas)
2011-06-14 20:55:37 +02:00
Tyron Madlener
5d5285e289 When exporting a chart as png, canvg renders hidden elements. In the case of pie chart it renders overlapping texts.
This patch fixes this for text and path elements. This bug is also reported to the original canv author.
2011-06-13 17:59:58 +02:00
Tyron Madlener
9fdbb850bb Proof of concept for svg->canvas->image export of charts 2011-06-02 22:00:42 +02:00