gRaphaël: A JavaScript library for drawing charts, uses the Raphaël library.

learn more… | top users | synonyms

0
votes
0answers
8 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
0answers
12 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
29 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
0answers
10 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
64 views

Tooltip and RaphaelJS

I would like to create a tooltip on the rectangle and the tooltip remains the same when I'm on the text, as in the background. I use the library and jquery RaphaelJS (tooltip). var paper = new ...
1
vote
2answers
79 views

How to use jQuery with AngularJS

I try to implement pie chart with raphael library and jquery on angularjs web application. Is there any short way to do this? In comments you have Fiddle with working code. Thanks for answers.
0
votes
1answer
34 views

How to update raphael Text dynamically

I am drawing a flow chart based on Raphael shapes & Text. On page load, i drew the rapahel shapes with text inside. this text is some status. there is some background processing happening which is ...
0
votes
0answers
84 views

g.raphael-min.js bar graph

I am currently trying to create a bar graph but I am having a little trouble with some of the features. This is my first time using this so im a bit new so please bare with me. <script ...
0
votes
0answers
107 views

g.Raphael Hide y-axis label in

I add a line chart with g.Raphael.js like so: var tl = paper.linechart(x, y, w, h, [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]], [trendline], { axis: "0 0 0 1", colors:['#fff'] }); Sometimes, "trendline" will ...
0
votes
0answers
47 views

Raphael.js: Bind each data to a segment

I have graphs drawn in using data fetched from the server using AJAX. The JSON is then filtered out to just the values needed to use for the graphs. When new content is added to the database, the ...
0
votes
1answer
34 views

If/else statement on raphael g.barchar

Hi i have a bar chart made with g.raphael The 47 in brackets in bold i am looking to place an if else statement in there. it seems to cause errors if i do so. Any help? paper.barchart(-5, -20, 480, ...
0
votes
1answer
66 views

Unable to catch JS error showing up in chrome's console.log

It would be great if there is a solution to the below problem, or else please tell me how I can simply catch the error coming up in my chrome's console.log. I have tried try-catch and window.onerror ...
0
votes
0answers
68 views

add the animation option to raphaeljs pie chart

I want to draw animated pie chart with raphaeljs plugin; And I found a pie charting function (Paper.piechart) in g.raphaeljs library, this is thier related demo http://g.raphaeljs.com/piechart2.html ...
1
vote
0answers
112 views

Raphael.js markers and click events

I have a graph made in gRaphael.js with 3 different plots each with their own tags I use hoverColumn method to display the data for each of the tags on the 3 plots. I want to display extra ...
0
votes
0answers
162 views

Animated Bar Graph in g.Raphael.js

I'm trying to animate a raphael.js bar graph when a user scrolls to a particular point on the page. See: http://testofownership.com/proof I'm having trouble determining how this would be possible ...
0
votes
1answer
75 views

gRaphael Script 403 (Forbidden)

I'm using the same code available here, on my Xampp Server. I've only changed the 3 script lines by this one's: <script src="http://raphaeljs.com/raphael.js"></script> <script ...
0
votes
0answers
67 views

Integrating a Raphael library within SVG-edit. Compatibility issues?

Is it possible to use a Raphael library such as this one : https://github.com/poilu/raphael-boolean within SVG-edit, that uses plain SVG? : SVG-edit website:https://code.google.com/p/svg-edit/ I ...
0
votes
0answers
108 views

graphael piechart legend horizontal layout

I've been using gRaphaël charts for a few days now, i want to draw a pie chart using my own data. that is working perfectly except for one detail : the legend is rendered vertically and i want to it ...
0
votes
0answers
96 views

gRaphael Linechart animation: make the line, shade and points to animate?

I'm trying to animate a linechart in gRaphael. I managed to animate the line, but the points and the shade won't animate. How can I do that? Here's my code: $.each(area.lines, function(k, v) { ...
2
votes
2answers
53 views

raphael: show HTML entity within a tag

I want to add HTML entity to raphael tag, but I see the text deg and not the degree sign - this.tags.push( // make tag (x, y, text, degree, radius) r.tag(this.x, this.y[i], this.values[i]+ ...
0
votes
0answers
162 views

g.raphael how to make real-time linechart

I have build g.raphael linechart(). could any one tell me how to make linechart as live update here is my code // Processing Data linechartData1 = [[15 ,10, 20, 14, 13, 17, 9],[7 , 13, ...
0
votes
0answers
98 views

Raphael chart with vertical ticks

I would like to know how I would setup vertical translucent "ticks" on my gRaphael chart (the first one) similar to the second graphic's. This would hopefully help me understand how to efficiently ...
0
votes
0answers
34 views

How to change hbarchart() shape?

is there any option in gRaphael to change barchart shape like the image ? there are some option that I can see, but those are unable to make the chart look like the image :( ...
2
votes
1answer
72 views

How to increase line width of line-charts?

Is there any option available for increasing the line width of line-charts? I have tried to alter the stroke, but that does not seem to have any affect. Here is how the line-chart is initialized: ...
2
votes
1answer
76 views

gRaphael : how to avoid space between barchart()

is there any option to avoid space between barchart in Raphaël ? There is an option to mange bar space, unfortunately gutter option is effecting the width of the bar. Sadly I have not enough points ...
0
votes
2answers
89 views

Pls suggest me an example for dotchart's hover functionality using graphael

I am trying to create a dot chart(bubble chart) using gRaphael. But their documentation is not so clear on how to add hover effects when the user hovers on the dots. Could any one pls suggest me some ...
0
votes
0answers
161 views

How to avoid overlapping of Rapahel js path

I have a flow chart which is based on Raphael js. it is same as that of http://raphaeljs.com/graffle.html. however since i have many rectangular Raphael boxes and my line path is of straight line and ...
0
votes
1answer
115 views

Crosshair scatterplot chart possible with ExtJS/Raphael?

I would like to create a scatter chart and use crosshairs, like this: Is it possible to move the y axis over to the right?
2
votes
4answers
252 views

gRaphael linechart draws values beyond axis

When drawing a linechart with gRaphael using milliseconds along the x-axis I commonly get inconsistencies in the placement of the data points. Most commonly the initial data points are to the left of ...
0
votes
1answer
106 views

raphael newbie: popup background is jumping

I tried the following code - var fin = function () { // this.flag = r.popup(this.bar.x, this.bar.y, this.bar.value || "0").insertBefore(this); this.flag = r.popup(this.bar.x, 280, this.bar.y ...
1
vote
1answer
225 views

How can I set g.raphaeljs piechart orientation or starting point?

By default g.raphaeljs piecharts show the largest value stretching from the top of the chart equally in both directions, with smaller values shown clockwise. In the image below the largest value (1) ...
0
votes
1answer
431 views

g.Raphael piechart sorts chart data, not colors, urls

Consider: value1 = 5; v1_color = #ff0000; value2 = 4; v2_color = #00ff00; value3 = 3; v3_color = #0000ff; var r = Raphael("holder"); pie = r.piechart(320,320,250,{value1,value2,value3},{colors: ...
0
votes
1answer
231 views

Raphael.js barchart plot using built in two dimensional array fails

I am trying to draw a bar chart(Raphael.js) using a two dimensional array i created inside the program(which i need to..)instead of passing actual values but no output getting a blank screen. Guessing ...
1
vote
0answers
117 views

line label pie chart graphael

I'm creating a html5 web for mobile device and I'm using graphael to create a pie chart. The chart is render perfectly but I have two problems that I don't found the solution. I want that the first ...
0
votes
1answer
133 views

gRaphael : How to define the different colors for bar chart

I have created a Barchart like this: How can I define the colors of the Barchart like this: 100% of bars is color #333399 95% of bars is color #9999ff 60% of bars is color #993366 1% of bars is ...
0
votes
0answers
211 views

How can I retrieve current X-value in gRaphael linechart hoverColumn function?

Below I've posted some code and comments for making a simple gRaphael linechart with tag hovereffects (the included script files can be found at http://raphaeljs.com and http://g.raphaeljs.com). The ...
1
vote
0answers
277 views

Update gRaphael line chart column values

I have a gRaphael line chart which I update on click using the below function, the problem I have is that when I try to set the column values, it does not take effect. Like so... var ...
0
votes
1answer
224 views

Graphael pie chart legend overlap

I've been using gRaphaël charts for a few weeks now, and every now and then I get some weird issues. A recurring theme is that the pie chart legend labels all get squish together in the wrong places. ...
2
votes
2answers
308 views

Sync timing with two animations using RaphaelJS

Using RaphaelJS, I adapted a couple scripts to create two animations I want to combine: First, drawing dashed lines to coordinates http://jsfiddle.net/jbirthler/CvhKx/2/ var canvas = ...
1
vote
2answers
157 views

gRaphael popup positions

from what I can see, gRaphael only supports 4 positions for placing a popup, up,down,left and right, normally this would be enough, but my line graph has limited space, so the popups are cutting off ...
0
votes
3answers
113 views

I am finding Raphael object using class name and animating, but not work at all

I got 2 no.of Circle, clicking big circle i am finding small circle using the class name and trying to animate the small circle, but not working at all. But fadeId, fadeOut properites are working. ...
0
votes
0answers
76 views

graphael-linechart -hoverColumn for individual line

gRaphael line chart hovercolumn function is highlighting all the datapoints at the same time.hoe to get it for individual line data point? the question and answers on stackoveflow "gRaphael ...
1
vote
0answers
87 views

XY scaling on graphael horizontal barcharts

I want my x axis to have a max (say 100)and scale the actual x values accordingly, so that the chart always has the same proportions, rather than the proportions being relative to the min and max ...
0
votes
1answer
121 views

gRaphaelBarChart-Limit on number of bars and sorting values

can i have a barchart with limit on number of bars like gRaphael pie chart accepts only 10 sectors and made the remaining to "OTHER" which are less than 10% of the total.same way, gRaphael barchart ...
3
votes
3answers
579 views

Change the background colour of a Raphael “Label”

If I create a Label using Raphael, the default style is a black block with white text. How can I change the background box colour, but not the text colour? I've tried: paper.label(x, y, ...
2
votes
1answer
390 views

gRaphael - animating line chart fails

I am running into a problem with gRaphael javascript line chart library. I am building a line chart from a CSV file that has five columns (# of minutes, time, waiting time, in treatment, closed, in ...
1
vote
1answer
606 views

gRaphael Library - linechart with multiple lines, individual tooltips

I have a linechart here: http://jsbin.com/ugexag/1 You can see in the jsbin, when you hover over one 'column' the data for each line appears in a tooltip via the hoverColumn() function. I would love ...
3
votes
2answers
683 views

Is there any way to add gridlines to a gRaphael line chart?

I have a line chart that I've created with gRaphael. It has axes and tick marks, but I'd like to have grid lines. Is there built-in way to achieve this or an add on library that can help me?
0
votes
1answer
433 views

Raphael JS 3D effect drop shadow

I'm trying to make a fairly complex Raphael JS donut graph. I got several problems, one of them been the 3D effect, which I'm planning to solve by adding 7 drop shadows (glows) or donut duplicates ...
1
vote
1answer
136 views

Javascript charting plugin which allows to select a portion of an area graph

I'm looking for a javascript charting library which would allow me to build an area chart with an ability to hover the portion between the two adjoining points on the graph curve. Basically like this: ...

1 2 3