veeramani.arthanari Report post Posted January 25, 2020 Hi, We're using stacked area 2d graph in our project. When there is enough data where the graph occupies full height which we've given, circles/anchors which we're using going beyond the screen or it's getting cropped. Please let us know the solution. Thanks in advance. Share this post Link to post Share on other sites
Akash Biswas Report post Posted January 27, 2020 Hi, You can avoid this scenario using any of the below solutions : - You can set a higher y-axis maximum value using "yAxisMaxValue" attribute. - Or you can set a padding o n top of the canvas by setting "canvasTopPadding" attribute with a pixel value as below : "canvasTopPadding": "10" Thanks, Akash. Share this post Link to post Share on other sites
Akash Biswas Report post Posted January 27, 2020 Sample for reference : https://codepen.io/Akash008/pen/KKwYwbo?editors=0010 Share this post Link to post Share on other sites