Raphaël is a cross platform JavaScript library for outputting vector graphics in both standards compliant SVG (for Firefox, Chrome, Internet Explorer 9+ ...) and VML for older versions of Internet Explorer.
3
votes
1answer
26 views
Raphael inner glow?
I am looking for a way to achieve only an inner glow or shadow on a raphael path. Unfortunately, you can only do radial gradients on an ellipse or a circle.
One idea may be to create a series of ...
0
votes
0answers
8 views
Raphael arrow heads not shown up in pdf
I am creating a chart using raphael.js. In my chart there are rectangles which are connected using arrows. I am exporting this svg using Raphael Export and then converting this svg string to pdf using ...
0
votes
1answer
19 views
raphael js drawing arcs starting at 6 o'clock that cocentric
I was able to find an example of a Polar clock at http://raphaeljs.com/polar-clock.html
I modified it to draw concentric circles, but I need the arc to start at 6 o'clock. I am trying to dissect how ...
1
vote
2answers
27 views
Raphaeljs: Copy element or set to another paper
Is there a possibility of adding an element or set that exists within a paper to another paper, without creating each element twice from scratch?
Background for this: I visualize a large node graph ...
0
votes
0answers
16 views
JavaScript : how to tiny the JavaScript with loop
The rapheal script seems to be too long, is there any option to make is tiny ?
I think loop can make this script small.
If any one has good suggestion or advice please help me
...
0
votes
0answers
15 views
Prevent ordering in gRaphael pie chart
I'm trying to draw two pie charts using gRaphael, like so:
var r = new Raphael(0, 0, '100%', '100%');
r.piechart(100,120,80,[60,40]);
r.piechart(300,120,80,[40,60]);
This produces the following ...
0
votes
2answers
30 views
Developing a real time collaborative drawing system [closed]
I am interested in making a realtime collaborative drawing system similar to http://flockdraw.com/ . However I would like to only use open source tools (flockdraw uses flash and also limits the ...
0
votes
2answers
47 views
Raphael Produces Empty Path
I'm learning Raphael.js through this tutorial: http://net.tutsplus.com/tutorials/javascript-ajax/an-introduction-to-the-raphael-js-library/ But I got blocked at paths (section 4). Here's my test code:
...
0
votes
0answers
11 views
gRaphael : how to show show percentage height?
is there any option in graphael to show percentage value while animate height ?
bar chart increasing when page load. is there any option to increase percentage value.
Thanks in advance
var ...
1
vote
1answer
22 views
Zooming specific elemens on paper
How can i zoom in the specific symbols on the paper. What I mean is, I can able to zoom whole page, but now I want to zoom in the specific elements.
While googling I found one example. However in ...
0
votes
1answer
73 views
+100
Change image (svg) on click
I'm trying out Raphael + vectron, and i'm trying to change a svg image with a button click.
This is (of course) not possible due to that when the svg is rendered it's rendered as path:
<path ...
0
votes
0answers
16 views
setViewBox() in Raphael?
Fiddle!!
I have set this fiddle up to show what parameters are going into the setViewBox() function. The thing is, the way it is working makes no sense to me.
Why does setViewBox(0, 0, 625, 625) ...
0
votes
1answer
29 views
g.raphael : how to animate bar chart height?
is there any option to increase bar chart as animation from 0 to ?
bars.animate({'stroke':"#FF0"},1000); this can change attributes. Actually I need to change value of bar chart height and also ...
0
votes
2answers
37 views
Distort or shear or skew an image - Raphael, JavaScript or PHP
I am trying to distort/shear/skew an image something like this:
I am using Raphael Javascript Library to do it. But i found Raphael very tough. I saw some websites that are using Raphael Library ...
0
votes
0answers
18 views
g.raphael : how to put title one bar chart?
is there any option to put title with bar chart ?
the reason why I can't put text() on it because bar is going to be increasing animation
DEMO
0
votes
2answers
36 views
gRaphael : How to make border color for barchat?
Is there any solution to make border-color for bar chart in g.raphael ?
Here is my script
efficiency.barchart(0, 200, 400, 150, [
[10, 5, 32, 13, 2, 55, 8]
], {
vgutter: 0,
colors: ...
0
votes
2answers
38 views
SVG - crescent shape in raphael
I have a circle with a half circle in it which I'm going to use to create a shine effect - what I'd really like to do is make it a crescent shape
Does anybody know how to make the half circle a ...
0
votes
0answers
24 views
gRaphael : how to build responsive graph in gRaphaël?
is there any solution for Raphael to make responsive barchart ?
var efficiency = Raphael("overview", 600, 400);
efficiency.barchart(7, 10, 450, 290, [
[55, 20, 13, 32, 5, 1, 10],
[10, 5, 32, ...
0
votes
1answer
24 views
SVG get circle position in raphel [closed]
In the example (code below) http://raphaeljs.com/hand.html how do I get the circle position? if I do obj.attr.("cx") I get the same cx for each one because the code sets the angle not the actual ...
0
votes
0answers
28 views
Applying CSS style to Raphaël path elements using jQuery
I'm drawing a shape using Raphaël JS's path element. I want to apply a background image to this element using jQuery. Here's what I tried
leaf = paper.path("M"+leafStartPoint+" c0,0 -30,0 -30,-30 ...
0
votes
2answers
25 views
Clearing Raphael canvas on button click
I have a combo countdown timer using Raphael circular pie-chart countdown + a digit timer, running when the button #Timer60SecStart is clicked. I am cheating a bit here, the Raphael animation is ...
1
vote
0answers
44 views
SVG with pattern and image element conversion to PNG Image failed
I am trying to covert svg generated with Raphael.js into PNG image. Well, I converted the svg into image when svg has no pattern and image component. Then again when I add these two component into SVG ...
0
votes
1answer
50 views
Get subpath in Raphael.js between two points, not positions
I have a path in Raphael.js which is a bezier curve. Two lines intersect this path. I can get the points of the intersections with Raphael.pathIntersection(). I want to get the path string for the ...
0
votes
2answers
27 views
Raphael - Hover Animation
Im trying to have a little animation when you hover over raphael elements.
See Example here:
http://jsfiddle.net/GVEqf/24/
When you hover over the square it scales up and when you stop hovering it ...
0
votes
0answers
41 views
merge images from Raphael svg
I'm trying to create a page
Step 1 - Let users upload images through Ajax, Raphael and Raphael freetransform.
Step 2 - Click button to show one image from merge upload images. (problem here)
I have ...
1
vote
2answers
42 views
Raphael transform object diagonally and infinite setIntervals
I'm working on a small animation where the user drags a circle and the circle returns back to the starting point. I figured out a way to have the circle return to the starting point. The only problem ...
-1
votes
0answers
9 views
How to convert svg path and filled image to image? [closed]
I need to convert this one :
<path id="path_1" style="cursor: pointer;" fill="#ffffff" stroke="#000000" ...
4
votes
1answer
38 views
Why can't I see the colors on the Raphael.js pie chart demo?
I've replicated the Raphael pie chart demo at http://jsfiddle.net/s6dEW/:
Raphael.fn.pieChart = function (cx, cy, r, values, labels, stroke) {
var paper = this,
rad = Math.PI / 180,
...
0
votes
2answers
46 views
use raphael animations on images
following situation:
i have a raphael.js circle and when im clicking its popping out big. that easing effects makes it look like a charm
circle = paper.circle(1000, 500, 25);
circle.click(function() ...
0
votes
0answers
32 views
Transform out of position on drag
I'm using RaphaelJS and the FreeTransform-plugin.
When i'm dragging an element, I want to do something but when I use the following code, the freetransform-handles our out of position:
var paper = ...
0
votes
2answers
53 views
finding point in SVG after transform
I have a set of paths that i have created a geographical map with in inkscape and used Raphael to put on a webpage. When i load them through Raphael i am applying a transform so that the map fills the ...
0
votes
2answers
43 views
How to use SVG code converted to Raphaël JS on a web page?
I have seen several threads that adress this question but nothing that really solves my problem. I have a SVG file with Finland counties.. What I want to do is map like this: ...
0
votes
1answer
28 views
Raphael.js how to find click on path's stroke?
How can I find out with Raphael.js (when the user click on a SVG path) the click was on the stroke?
Here is the path:
var polycoords = [['M',10,10],['L',30,10],['L',35,50],['L',5,45],['Z]];
var poly ...
-1
votes
1answer
37 views
How to add events like onClick on SVG image placed over normal <img > tag in HTML code
/* here i just have an image with a svg over it */
<!DOCTYPE html>
<html>
<body>
<div>
<img src="test.jpg" alt="Shirt Image" />
...
0
votes
2answers
24 views
Raphael.js how to find degrees between coordinates of last click and mouse current position?
When I click on paper I store the position in lastX and lastY values:
lastX = e.screenX;
lastY = e.screenY;
On mousemove I update the currentX and currentY values:
currentX = e.screenX;
currentY = ...
6
votes
2answers
49 views
Rapheal Pie Chart Rendering Issue in IE 9
I have got an issue in IE9 like "SVG4601: SVG Path data has incorrect format and could not be completely parsed" while drawing pie chart in HTML5 page using Raphael JS and SVG.
...
0
votes
1answer
33 views
Perfomance Issue using selectAll in ie8 and ie9
We are using selectAll function in this we are passing data to plot objects . Data contains array of 2000 elements while plotting this it's taking so much time in ie8 and while loading it ask to ...
0
votes
0answers
25 views
is it possible to shrink svg container?
Is it possible to adjust rendering of svg content on safari and chrome to resemble more ff rendering?
Problem I'm facing is that Safari 5 doesn't support pointer events on svg element, thus blocking ...
0
votes
1answer
29 views
Raphael.js how to find click position on a path?
Is there any way to access a click-on-path coordinates? And one other: is possible to find out whitch is the previous closest corner on the path?
I was read this, but not so helpful:
Raphaeljs: ...
0
votes
1answer
14 views
Raphael.js: How to unbind mousemove on set()?
I have this code with Raphael.js:
var set = paper.set();
// ... here push some elements to set: path, circles, etc.
set.mousedown(function() { ... });
set.mousemove(function() { ... });
...
0
votes
1answer
35 views
Zoom image in raphaeljs
I have a problem.
I create zooming image in canvas, but i can't transfer this in raphaeljs
How make zooming in cursor coordinats?
Raphaeljs:
http://jsfiddle.net/qCzqF/2/
function zoomTo (x,y,z) {
...
1
vote
2answers
63 views
Raphael.js - can I use .show/.hide with fade effect?
Is there a way to make element fade in or fade out using Raphael.js? My code is something like:
var elem = paper.circle(10, 10, 10)
elem.hide();
Is there an attribute to .hide() to make fade ...
0
votes
1answer
18 views
Animateing stroke-width of a path in rapahel.js
Is there a way to animate the stroke-width property of a path in Raphael.js?
I want some arc paths to increase and decrease in their width by animation.
I wrote the following code but it didn't work.
...
0
votes
1answer
41 views
How to decrease the size of the svg used in : animated skills diagram with Raphael
I implemented the following plugin into my website http://tympanus.net/codrops/2011/04/22/animated-skills-diagram/comment-page-3/#comments
Unfortunately the set width of the svg used is 600px x ...
0
votes
2answers
79 views
How to add a div over another div with JavaScript?
First, I have this:
Now, what I want to do is, to make "zoom" of some nodes. Once I double click on some of the nodes, I want to see the whole node on the page:
Now, because every time I zoom a ...
0
votes
1answer
120 views
How to change the size of an animated circle onclick using raphael js
I've got a animated circle which looks like this:
the blue part counts down, so for example from full to nothing in 10 seconds. The orange circle is just a circle. But I want that the circle will ...
0
votes
1answer
103 views
Cannot read property … of undefined in backbone
I'm trying to convert this simple project I made with raphael.js to use backbone.js, but I keep running into this same error and I'm not sure why. In functions in my Model, i try to access variables ...
0
votes
1answer
29 views
Raphael js get element's rotation
Is there a way to get an elements rotation value using the raphaeljs library? I'm sure there is but I can't find it anywhere in the documentation. I imagine its goes something like this ...
2
votes
2answers
79 views
Raphael js. Fill color along a curve
I have created a circle in which I can choose two points along the circumference of of circle.
I want to fill the portion between those two points.
Demo
If you see the demo, I want to fill the ...
0
votes
1answer
48 views
Draw lines with jointjs via web
Im building a small uml modeler with jointjs and raphael for a small project Im doing... I already draw classes by clicking on a button.
What I want to know specifically is how to get the onclick ...




