Sebastien Barre

Results 84 comments of Sebastien Barre
trafficstars

Thanks! This also gave me some ideas. At first I suspected that maybe Highcharts was re-using some SVG elements, but no, they do not appear to have unique ids to...

Thanks, I appreciate you taking a look! Note that I'm using `animate={false}`, so I would have expected `react-spring` not to be involved at all?

I see. Now curiously enough, the sandbox you [just updated here](https://codesandbox.io/s/intelligent-thunder-xme4cz?file=/src/App.js) seems to have a lot more data than I do in my chart, and yet clicking on "Update data"...

Thanks @gsherwood; after spending some time looking at that Sniff to find why some rules where not triggered (early `return` were to blame), I understand there is probably no point...

The answer is yes, I just tested, successfully.

I know it's been a while, but does it still mean that the Docs panel/addon cannot be made to switch from dark to light dynamically like the rest of the...

I'm in a similar situation here. Would love to be able to set `./data` to an arbitrary location. Along the same lines, in the interest of performance, it would be...

@Pomax thanks for the quick reply. Sorry, I should have clarified. 1. the space is definitely not an issue, it's the time it takes to retrieve those 200+ methods from...

Yes, they are. But the first time is pretty long, since it is calling the Flickr API more than 200 times through `flickr.reflection.getMethodInfo`. And that first time will occur pretty...