Height of OH-Chart

OH-Chart in a own widget has some fixed height. I wanted to change it like that.

slots:
  default:
    - component: oh-chart
      config:
        style:
          height: 100px

But it does not work

Maybe

 - component: oh-chart
   config:
     height: 100px

thank you, it works :clap: