Norman Pellet

Results 64 comments of Norman Pellet

Starting from v.1.14.10-1, you can use the helper functions: ``` (graph) graph.saveAxisState( {String,Number} stateName ); (graph) graph.recallAxisState( {String,Number} stateName ); ```

Try 2.0.85 (not checked)

Oh wait that's a jsGraph issue right ?

@targos this was a breaking change in the latest jsGraph version 2015-12-01 0:21 GMT+01:00 lpatiny [email protected]: > Currently we change the fill so nothing is visible in the case of...

We have to check because I was working on that in the jsGraph 2.0 branch. I hope my changes didn't leak into the 1.6.x branch. I'm not exactly a git...

The slot calculation is in a worker. Can there be a link with async awaits ?

Ok then the problem is partly mine, because that should work.

Well there was indeed a problem in line.color I patched it 1.16.24, but you cannot use markers anymore (you never could actually...) ``` for( var i = 0; i <...

Exists in jsGraph. If axis2 depends directly on axis1 and has no serie associated to it, then you need to use the slaveAxis option (http://jsgraph.org/examples/axis/slaveaxis.js/). You can feed any function...

Let me know if you need anything more specific to your needs.