I am trying to enable Baidu echarts (which look really good). However, there are many gaps around the actual chart, when no one sets the title and does not use their toolbar. Is there a way for the graph / chart to use more canvas?
My current solution is to add an additional container inside the container, and then set its width and height to be larger in the fields that I want to delete, and offset them by setting the "top" and "left" to negative values โโof the corresponding fields. Not elegant and, more importantly, not durable, but it works at the moment.
source share