Henry Chan
Henry Chan
I also hit the same issue here: (works in Fx, fails in Chrome) https://codepen.io/anon/pen/QzaLQJ The only way was to use flex instead: https://codepen.io/anon/pen/oJpvMZ
 When I grew up, nearly all the books in the library were printed with traditional forms. These are the forms that have stabilized over centuries. They are formal, classical,...
Full disclosure: I volunteer as a technical consultant on encoding affairs to itichenfont, and I have given a lot of feedback on itichenfont's _Inherited Glyph_ standard, so I think I'm...
> In the end of 2015, Ministry of Education Taiwan hold several meetings to > publish new version of "Handbook of Punctuations". The new version will add > Unicode code...
Removing only the weakmap checks, it takes 3.74s.
We reduced it to 2.76s by calling `finalizeWorkbook()` before calling writeBuffer: ````typescript class ExcelGenerator { private internStyle(internedStyles: Map, style: T, type: number) { let buf = `${JSON.stringify(style)}${type}`; const internedStyle =...
I ended up not removing the Weakmap checks because I didn't want to fork the library. I'm simply calling the `finalizeWorkbook(workbook)` method shown above before calling `writeBuffer()`.
I check again and indeed it seems constrained to the Network tab. While at it, it would benefit UX if the selection behavior of key/value rows were consistent across different...
(It appears to be using a cached value of window.devicePixelRatio somewhere.)
I can reproduce on macOS with Chrome 101.0.4951.54 on the amcharts demo page https://www.amcharts.com/demos/column-with-rotated-series/. 