balazs HIDEGHETY

Results 64 comments of balazs HIDEGHETY

Intermediate solution, good to play with - final should include auto patching all plotly graphs. ```ts #myDiv { width: 50% !important; border: 2px solid red; /* FLEX, OVERFLOW HIDDEN, FIXED...

@rodriguesfred i was also experimenting (AI helped here a lot) to just store all the data and setup in a JS variable and then use Plotly to re-draw all the...

Usually errors that occur outside the MVC pipeline has to be handled by a middleware. These errors include: 1. any errors prior MVC pipeline is entered 2. any errors after...

Run into an issue with data (javascript data file). 1. missing eleventyConfig inside data JS file (can be fixed via addGlobalData, although the aim is to have access to the...

Still an issue, **Dates should be converted to DECIMAL and set as a number on the cell, so the excels' cell formatting takes over the way how we display the...

@ashahabov now copying over charts is possible - I mean via slides only (so suboptimal), as adding chart directly results in an exception: "ShapeCrawler.SCException : Unsupported shape type for adding."...

Probably code pasted to #686 can be reused in this case as well...so maybe extending the Patch functions...

Not sure that it relates to the DateTime - it is just rendered as a string, not as an int, so Excel is fine with that. So that's a different...

@yhdkzy 1. can you provide such an EXCEL file where loading fails? 2. have you tried to create a local copy of it, opening via Excel (to see if it's...

My workaround is simple: - make the excel table template have 2 data rows - name the table - then create a named region for the 2 data-rows, but extend...