VineelaKantamneni

Results 9 comments of VineelaKantamneni

I had tried setting that if I set that then case 2 mentioned above is arising. ![Screenshot from 2022-09-19 17-53-46](https://user-images.githubusercontent.com/74599304/191023005-238f5dac-234e-4dd1-91e3-96b1bf71763f.png) for ex: max value is 42%....The value axis is upto...

Below are links to code pens. [https://codepen.io/vineelak/pen/OJZgRLO](url) In the above graph max value in my graph is 100. by default I'm getting value axis greater than 100. If I set...

Still getting the space (added padding top and bottom zero). Here is the code [https://codepen.io/vineelak/pen/NWvRMJx](url)

I'm getting exactly the same above error while building my code after updating my maven-plugin-plugin to the version 3.7.0. But I don't have all the dependencies mentioned there in my...

Thank you so much. It's working but I got the below issue. Help me to fix this. When the axis max value is 6K USD and the series total value...

Hi, categoryAxis.renderer.inversed = true; I kept inversed as true that's why I got like above after removing that it's fine. Thank you for the response.