EChart icon indicating copy to clipboard operation
EChart copied to clipboard

Can't use with auto layout

Open swapnull-in opened this issue 9 years ago • 1 comments

Tried to use with auto layout. But, graph is not scaling according to screen changes. Does anyone have any idea how to make it scale?

swapnull-in avatar Apr 27 '15 11:04 swapnull-in

@swapgo20 For me I fixed it by setting up the graph programmatically and using frame sizes in the didLayoutSubviews or whatever that method name is. However, make sure your code is only called once other it will keep re-creating the graph.

bchessin avatar Jun 09 '16 23:06 bchessin