Curran Kelleher
Curran Kelleher
Cleaned this up to reflect Vega-lite update with renamed global. Requesting review please @jheer @domoritz . Thanks! P. S. One doubt I have is whether or not the following is...
I personally prefer to use as few libraries as possible. Why use 3 libraries when you could use 2? IMO what you gain in conciseness you lose in the burden...
Sounds good! Moved example page under `docs/usage` in #23
Oh wow blast from the past! I figured it out at some point and used this example in my dataviz course: https://vizhub.com/curran/717a939bb09b4b3297b62c20d42ea6a3?edit=files&file=viz.js
@felixcodes What does this issue mean?
Thanks @sergeichestakov and @slmjkdbtl for investigating! I would like to try it and see how a first version without the Alt key feels. I wonder if it might be possible...
Thanks! I poked around a little more and discovered a few more things. The buggy behavior depends on where the mouse cursor is when the Alt key is pressed and...
This is the current "rule" I'm using ```js // a rule for a number dragger { // the regexp matching the value regexp: /(? { if (onInteract) onInteract(); const newVal...
This code works, but has a bug when the number of digits change:  ```js // a rule for a number dragger { // the regexp matching the value regexp:...
One neat trick I've been using to help with the granularity is to set up fractions. If I want to tweak a value from 1-3, instead of ```js const x...