-
The Y-Axis is shifted ~20px up in Chrome (but not FF, for some reason). You can see the result here:
http://cl.ly/3X2V2z3m2X2T0U2b391x
Which is just this example: http://code.shutterstock.com/ricks…
-
I've implemented a chart that uses a JSON file per your example. Now I'm trying to add an x axis to it, but the x-axis doesn't display. Here's what I have:
var graph = new Rickshaw.Graph.Ajax( {
el…
-
Every so often one or more charts will render with some "negative space" artifacts. Not sure if this is a bug within d3.js, Rickshaw, Tasseo or possibly a browser bug. It might be related to nulls in …
-
Hi,
I would like to be able to change the width and height of the chart on the fly; is this currently possible with rickshaw?
Kind Regards
-
Is it possible to submit the data series as just an array of x,y?
```
[ [x,y], [x,y] ]
```
This avoids the need to send all of the duplicate x, y back from the server.
-
IT seems that we are unable to display negative values on the chart. I didn't find any param to set Y-Axis min to anything that is not "zero".
Is there a clean way to do this ?
-
**Building from source was a snap, but not everyone wants to install node. Also, I'm on v0.6.5 and had to run make twice:**
➜ rickshaw git:(master) make
npm install clean-css
clean-css@0.3.0 ../no…
-
Step 0: Visit http://shutterstock.github.com/rickshaw/examples/extensions.html
Step 1: Click to select "lines"
Step 2: Click to select one of "curves", "bars", or "steps"
Observed behavior: displayed…
-
I'm running older Chromium version which does not have support for the classList and rickshaw crashes in:
this.element.classList.add('rickshaw_graph')
Is it possible to make is more compatible with …
-
When viewing any rickshaw graph in IE9, there's a javascript exception when rickshaw attempts to use the HTML5 ClassList API (http://davidwalsh.name/classlist).
This classList shim for IE9 seems to…