JonLuca De Caro
JonLuca De Caro
This should be pretty easy with just a css change of cursor-style: none when hovered. I can try to take a look at it later
This has been hosted at https://jonlu.ca/repo/ if you don't want to install this via the terminal/`dpkg` as well
Here's a PR that fixes this in the underlying library https://github.com/prebuild/prebuild-install/pull/184
Closing that PR - the issue is most likely a local package in your monorepo or your root `package.json` missing a version field.
It looks like `hitTest` isn't implemented for most of the renderers. Will be a great feature to know what series are being hovered over. Another nice feature of the API...
Proposal: Add a new `SeriesMarkerShape` called `line` ``` export type SeriesMarkerShape = "circle" | "square" | "arrowUp" | "arrowDown" | "line"; ``` This would render like so:  This would...
This is still happening. I can repro with a component that only has `style jsx` element @FelixTellmann. I'm not sure if it's multiple nested versions of this? It breaks _all_...
I deployed a different version here https://lebabjs.com/ that should be working, if anyone is just looking for a working simple UI
Pinging @tulios again.
Is there a reason we shouldn't just use the `ampUrlPrefix` flag? It seems like the behavior is going to be the same. Is `ampUrlPrefix` used elsewhere and shouldn't be overloaded?...