Hi @oliverjia. There is no param as ‘use_containers_width’. I think you typed it by mistake. Param name is ‘use_container_width’ without s letter. As I said, it changes only the bar width.
mark_bar(size=30) this code is changing the bar width for me. Also, I don’t want to use certain width parameters as I don’t want to restrict the view in different browsers and devices.
Interestingly, I still haven’t found a solution to the problem.
mark_bar(size=2) for the first image and mark_bar(size=20) for the second image. As a result, no matter how much I change this parameter, I think it has nothing to do with my problem.