# Scaling issue for charts

**URL:** <https://meta.discourse.org/t/scaling-issue-for-charts/282412>\
**Category:** UX\
**Tags:** mermaid\
**Created:** [August 16, 2023, 12:02pm UTC](https://meta.discourse.org/t/scaling-issue-for-charts/282412 "2023-08-16T12:02:07Z")\
**Posts on this page:** 1\
**Showing post:** 37

<div class="post-metadata">

**Author:** ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)\
**Post date:** [February 11, 2025, 5:58pm UTC](https://meta.discourse.org/t/scaling-issue-for-charts/282412/37 "2025-02-11T17:58:37Z")

</div>

This is now merged. Diagrams will always be rendered with a `16:9` aspect ratio, and there’s a button to pop them into a fullscreen view:

```mermaid
kanban
  Todo
    [Create Documentations]
    docs[Create Blog about the new diagrams]
  [In progress]
    id6[Create renderer so that it works in all cases. We also add som extra text here for testing purposes. And some more just for the extra flare.]
  id9[Ready for deploy]
    id8[Design grammar]@{ assigned: 'knsv' }
  id10[Ready for test]
    id4[Create parsing tests]@{ ticket: MC-2038, assigned: 'K.Sveidqvist', priority: 'High' }
    id66[last item]@{ priority: 'Very Low', assigned: 'knsv' }
  id11[Done]
    id5[define getData]
    id2[Title of diagram is more than 100 chars when user duplicates diagram with 100 char]@{ ticket: MC-2036, priority: 'Very High'}
    id3[Update DB function]@{ ticket: MC-2037, assigned: knsv, priority: 'High' }

  id12[Can't reproduce]
    id3[Weird flickering in Firefox]

```

---

_[View the full topic](https://meta.discourse.org/t/scaling-issue-for-charts/282412)._
