Todd Rylaarsdam

Results 17 comments of Todd Rylaarsdam

This would be great- there seems to already be handlers for mouseEnter and mouseLeave, so it'd be super nice if there was a mouseClick one as well to allow for...

Actually just realized you can grab the event of a click on any part of the chart using this handler to accomplish this functionality (example in vue2): ```js var options...

Yeah agreed, that would be nice. I believe I just included a short ID in the text of the annotation to determine which one was clicked, but that is a...

I'd like for this to remain open since #3318 doesn't fully address the issue because it only adds a click handler for x-axis labels.

Seems to have gone away after disabling animations (edit) Still happening

I'm having this issue as well on my M1 air running Ventura. cx_Freeze 6.13.1, Python 3.9.6 Running the build with rosetta using `arch -x86__64 python3 setup.py build` still yields a...

This would definitely be nice to bring it to consistency with the rest of the form elements.

This needs to be highlighted in the blog tutorial, as it is currently broken. Either a quick fix of switching back to v1 routes or updating the tutorial to v2...

I was able to compile on the Portenta with the latest commit. Trying out AnalogAudioStream now.

Here's what I get when I try out the basic stream-generator-analog example: `[E] AnalogAudioBase.h : 144 - Only RX_MODE supported` ```cpp #include "WiFi.h" #include #define ARDUINO_ARCH_MBED_PORTENTA #include "AudioTools.h" typedef int16_t...