Closed jeromedockes closed 1 week ago
thanks @GaelVaroquaux . the computation of bounding boxes in the browser has not been released yet so I did not create a changelog entry but I added this pr's number to the entry about improving the svg text
I marked it as draft because @Vincent-Maladiere agreed to check it works in a different environment so we should wait for that info before merging
thanks a lot!
The way the computation of the correct viewbox for the plots is done currently is slow when there are many columns. This makes all the bounding box computation in one go with no changes to the document in between to avoid unnecessary recomputations of the styles and layout
also as it adds a few functions to the report code, now is a good time to put it in a module to avoid polluting the global namespace so this PR adds that too