Hi, I use an Anychart with date-values on the x-axis. See image. For some reason, the dimension remain stuck to the available width (6-column layoutgrid). As you can see, there's too much space above and below the bar. I just can't manage to set the height of the plot. I tried to set the height attribute, but without effect. I also tried to set the height of the surrounding container, with no effect either. In Configuration, I set ‘responsive’ to false. Anyone who knows how to influence the height? Thanks for help! For what it's worth, the data value is as follows: [ { "type": "scatter", "mode": "lines+markers", "marker": { "color": "rgb(23,136,53)", "symbol": "square", "size": 25 }, "line": { "color": "rgba(23,136,53,0.7)", "width": 25 }, "x": [ "2021-02-01", "2021-02-24", "2021-03-24" ], "y": [ "", "", "" ] } ]
↧