That's an interesting idea we've never considered before!
This is currently not possible out-of-the-box. You would have to implement a custom MapRenderer
to draw the Tiles in a skewed way. However, the complexity of this task probably lies not in the rendering, but in migrating our perpendicular grid-based game logic to a skewed grid.