echarts-python icon indicating copy to clipboard operation
echarts-python copied to clipboard

How to set the width

Open UpCoder opened this issue 8 years ago • 1 comments

Hi, I am using the library, but i find the figure generated alway fit the screen, I want it become smaller. But I don't know the way. Please help me, thanks

UpCoder avatar Dec 14 '17 06:12 UpCoder

Thanks, I have solved the problem. I try to set the width and height attribute of Echart. It works. chart = Echart('Loss', 'Here show the loss values', width=200, height=200) Hope the document can be better perfect in the future

UpCoder avatar Dec 14 '17 06:12 UpCoder