Alexey A Report post Posted January 31, 2017 Hi I have a problem with angular chart: If lower limit value is not a zero then position of trend point label is wrong. I have prepared test case: http://jsfiddle.net/AlexeyAl/m1qd99tk/ And one more question: How can I reduce chart margins? As you can see in test case - they are very redundant. Best regards, Alexey Share this post Link to post Share on other sites
Prerana Report post Posted February 2, 2017 Hello, Thanks for the query. For your 1st problem i.e. If lower limit value is not a zero then position of trend point label is wrong. Sol - This issue has been already logged internally, will keep you posted. For the query i.e. How can I reduce chart margins? Sol - There are attributes to set chart margin, please go through our docs for the details - http://www.fusioncharts.com/dev/chart-attributes.html?chart=angulargauge&attributeName=chart_chartRightMargin and kindly refer the fiddle given below for the implementation. http://jsfiddle.net/m1qd99tk/5/ Hope this will help, Share this post Link to post Share on other sites
Alexey A Report post Posted February 2, 2017 Hello Prerana, thank you for yours response. I know about margins attributes but I don't understand why there is huge amount of empty space when margins are zero. If you look into the example: http://jsfiddle.net/AlexeyAl/uc249u4v/ then you will see that there are empty areas: Top - 20 px, Left 30 px, right - 37 px. The reason of my question is that in version 3.11.1 chart calculation algorithm was changed. The difference of rendering the same chart definition you can see in attached images. Please let me know if I have some workaround to restore 3.10.1 behavior. Share this post Link to post Share on other sites
Prerana Report post Posted February 3, 2017 Hello, Thanks for replying back. Its a bug, we have logged it internally, and will keep you posted regarding the same For a workaround you can set the value of the chart margin attribute as negative. e.g. "chartLeftMargin":"-20" Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/uc249u4v/4/ Hope this will help, Share this post Link to post Share on other sites
Prerana Report post Posted July 6, 2017 Hello, Hope you are doing well.We are glad to inform you that FusionCharts v3.12.1 release is available now.You can download latest files from PUC portal: http://puc.fusioncharts.com/You can also download evaluation version, using this link: http://www.fusioncharts.com/download/Version History link: http://www.fusioncharts.com/version-history/Please check for the issues reported, as the improvement has been done for that and revert back to us if you have any queries. Share this post Link to post Share on other sites