-
Mer research, få ideer fra eksisterende ting?
Utvide fra OpenSource-greier istedenfor å utvikle fra bunn?
Drag-and-drop-library javascript?
-
For a dataset with a geographic dimension, the user should be able to aggregate values over that dimension and then use the aggregated data to display a choropleth map.
The hard aspect of this is ha…
pudo updated
11 years ago
-
Hi, thanks for an absolutely amazing product. You're the only real open source 3d Pie/Bar option available. So I'm extremely grateful for your effort. Any hope of seeing a legend option?
-
Just a quick thought: It would be nice/interesting to be able to visualize a graph. Not too sure if we should export the data in some format which can be opened in a viewer like Graphviz or directly i…
-
Hi ,
I integrated raphaeljs 2.1 with joint and implemented a zoom in/out feature as well as dragging ability of the paper.
You can see a demo here: http://www.youtube.com/watch?v=R6nqgnDN_FU
If you'…
LiorZ updated
11 years ago
-
并没有读过Rahpealjs 的源码不知道怎么回事,我做了单独的测试:
**index.html**
``` html
```
---
**sea.config.js**
``` js
seajs.config({
base:"../js/",
alias:{
'jQuery':"lib/jquery-2.0.3.min.js",
…
-
I get the following error
Uncaught TypeError: Cannot set property 'direction' of undefined flowchart-1.2.2.min.js:5
n flowchart-1.2.2.min.js:5
(anonymous function) (index):273
-
Is it possible to let a line jump over an other line?
adrai updated
11 years ago
-
I'm trying to use Raphaeljs to simplify the PHP code I use to generate SVG (for IE I used to convert to images the result).
However I couldn't find how to generate clip path with Raphael. Is it possib…
-
The 'Usage' exemplar in the documentation here:
http://raphaeljs.com/reference.html#Paper.path
... is incorrect. It shows spaces instead of commas between the numeric arguments in the path string. …