-
See [http://jsfiddle.net/hardwickj/AURtN/](http://jsfiddle.net/hardwickj/AURtN/) which uses the latest raw version on github
Here is the same fiddle using the last revision from Dmitry (and hence wor…
-
Not sure, if this problem is already known, but could not find it until now...
There are problems with scaling a path in internet explorer, because it results in a wrong position.
Here an example for…
-
Please try the case:
```
var paper = R('chart', 1600, 1400);
var circleTest1 = paper.circle(0, 0, 17);
var circleTest2 = paper.circle(0, 0, 17);
console.log('bbox ' + circleTest1.getB…
-
Currently, a lot of colors are hard-coded. It would be cool if it was a bit easier to colorize the starmap, maybe using CSS.
(Note: CSS styling may bork on browsers older than IE9, since RaphaelJS doe…
-
'drag' event doesn't work in Chrome (after update to 25.0.1364.97, I think). Still works in IE9.
Example: http://raphaeljs.com/ichart.html
thadm updated
11 years ago
-
I would like to know whether this project is compatible with Phonegap to make Android/iPhone app ?
-
Raphael drag & drop not supported on tablets using webkit and/or mozilla.
-
If IE9 is zoomed in before loading a page, the vertical positioning of the labels is quite badly broken.
Steps to reproduce:
- Open IE9 (tested on Win7, 64 bit)
- Set zoom level to anything other tha…
benos updated
11 years ago
-
I use phantomjs to make [screenshot of maps, and print them](http://blog.mathieu-leplatre.info/simple-and-funky-web-map-printing.html).
Unfortunately with PhantomJS 1.9.0 I am facing problems I didn'…
-
In rCharts you say: `rCharts is also compatible with Slidify.`
I've played a bit and tried to make this happen but it's not working. A quick and dirty example .Rmd would be very much appreciated.
…