veeramani.arthanari

Stacked area graph circles/anchors cropped

Recommended Posts

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.

 

Cropped Anchors.png

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now