TatriX

Results 106 comments of TatriX

Are you thinking about global shared (optionally mutable) state or more about having config per chart context?

I think embedding configuration in context object and implementing default for it should do the trick.

How can I help with this? Right now I'm using `CanvasBackend` and I need to have some interactivity. I tried `SVGBackend` but it doesn't' work with wasm. I was thinking...

Sure! Then I'll start by migrating my project to `v0.3` to learn it first.

So, I've finally looked at the `DrawingBackend` and `plotters-canvas` and `plotters-svg`. Let's say I want to do a simple thing: show a box with some text when user hovers a...

I'll try to implement it soon.

I've made some progress with sourcemaps. It is kind of usable now but not a generic solution. There a lot of things have to be resolved before it will be...

Actually we have to know only the path to the source directory tree. Sourcemaps should be downloaded from the provided url. Then we can use them to reverse lookup generated...

Oh, nice! Any idea when the fix could be merged?

Maybe at some point. Otherwise, whoever is looking into this issue, feel free to tackle it!