AnyChart / AnyChart-iOS

Other
81 stars 8 forks source link

How to stop scrolling the graph, and getting white space on top of graph #9

Open chennaranganath965 opened 3 years ago

chennaranganath965 commented 3 years ago

Hi

I am using the graphs inside a table view So i need to stop the scroll of graph vertically. But i'm not able to disable the scrolling. and also i'm facing other issue of getting white space on top of graph, i'm not able to resole it.

and i need Bubble Map, Point Map, Choropleth Map . these are not provided in demo project. i've found these graphs are coming soon. So when can I expect these. if is there any demo with all these graphs ,pls update it.

Thanks in advance.

Shestac92 commented 3 years ago

@chennaranganath965 Unfortunately, the current version of the library doesn't support the mentioned chart types and a possibility to disable the chart scroll/move. We will take it into account for future updates. We will notify you if the ETA becomes available.

chennaranganath965 commented 3 years ago

Thanks for response..!🙂

junaidxabd commented 3 years ago

Screenshot 2021-03-13 at 20 56 36 I'm also having an issue with the scrolling functionaily. When run my app the bottom label is cut off slightly but if I scroll up then everything is visible properly. The view size is fine but there seems to be some white spacer at the top of the graph pushing everything down a tad

chennaranganath965 commented 3 years ago

Screenshot 2021-03-13 at 20 56 36 I'm also having an issue with the scrolling functionaily. When run my app the bottom label is cut off slightly but if I scroll up then everything is visible properly. The view size is fine but there seems to be some white spacer at the top of the graph pushing everything down a tad

i just managed with some other view to avoid that white space.

AfaqaL commented 2 years ago

Screenshot 2021-03-13 at 20 56 36 I'm also having an issue with the scrolling functionaily. When run my app the bottom label is cut off slightly but if I scroll up then everything is visible properly. The view size is fine but there seems to be some white spacer at the top of the graph pushing everything down a tad

i just managed with some other view to avoid that white space.

Were you able to disable the scrolling functionality of the view ? I have to display charts in vertical scroll view and with this it will be basically impossible to finish my project...

abdullahsonmez49 commented 1 year ago

Hi, did you find a solution to this issue? I am trying to show anychartview in a TableView but having the same scroll problem.