nagix / chartjs-plugin-rough

Chart.js plugin to create charts with a hand-drawn, sketchy, appearance
MIT License
87 stars 7 forks source link

How to maintain consistent roughjs randomness? #4

Open transitive-bullshit opened 4 years ago

transitive-bullshit commented 4 years ago

Hey, I love what you've done with this mashup -- really solid work!

I was wondering if there's an obvious way that I'm missing to disable the constant updating of the underlying roughjs redrawing such that the roughjs rendering remains temporally consistent.

I'd still like to use roughjs to render the charts, just not having them updating all the time when hovering and stuff would be nice.

Thanks!

connecteev commented 4 years ago

+1 If I can get this repo to work (See #5) then I'd be interested in this (ie customizing the hover behavior and not making it wiggle for a whole second) as well.