uk_fs Report post Posted October 4, 2017 We have upgraded to the 3.12.1 version recently and started noticing that the charts are putting a text 'abcdefhiklmnopqrstuvwxyz'. Going back to 3.12.0 seems to show the charts fine. Looking up the fusioncharts.js. I see that the in line 526 and 989, there is 'document.createTextNode("abcdefhiklmnopqrstuvwxyz")'. Anyone know why this is added or what is the reason that is causing the text to show up now. Attached is a screenshot. Share this post Link to post Share on other sites
Prerana Report post Posted October 5, 2017 Hi, Thanks for pointing this out. We are looking into this and will keep you updated. Meanwhile, if you could share a sample code with us, where the issue is getting replicated would be a great help. Share this post Link to post Share on other sites
uk_fs Report post Posted October 5, 2017 Thanks for looking into this. Below is a sample code that generates a chart and it has the issue of the 'abcd...z' showing up. <chart theme='fint' baseFontSize='14' valueFontSize='14' legendItemFontSize='12' pieRadius='57' caption='Browser Stats' xAxisName='Browser' yAxisName='Visitors' numberPrefix='' formatNumberScale='0'> <set label='Chrome' value='2' /> </chart> Share this post Link to post Share on other sites
Prerana Report post Posted October 6, 2017 Hi, We have inspected the code you have shared and tried to replicate the issue. The chart is working as expected from our end, i.e the issue is not getting replicated. Please find the sample fiddle given below for the reference. http://jsfiddle.net/Prerana/z6o9av2a/11/ Share this post Link to post Share on other sites
uk_fs Report post Posted October 9, 2017 Sorry about the delay. I tried the fiddle but it does not seem to show any output. Please see the attached file. Can you please give a developer perspective on why the 'createDummyText' method is added and how it is effecting the chart. I tried to go through the code differences from 3.12.0 to 3.12.1 and this was one of the methods that was added. Inside this method, it is adding the text node 'abcdefhiklmnopqrstuvwxyz'. Any help is appreciated. Share this post Link to post Share on other sites
Prerana Report post Posted October 10, 2017 Hey, Thanks for the email. Please check this sample once, and share your experience. https://jsfiddle.net/Prerana/z6o9av2a/14/ Share this post Link to post Share on other sites
uk_fs Report post Posted October 11, 2017 Yes, this one seems to work fine. I am not sure what is making the text show up in our chart. Can you please give any insight of why this can happen on a chart as I mentioned earlier that the createDummyText method from fusioncharts.js method is generating this text. I tried different ways of hiding the text but that is messing up how the choices show up for a pie chart. Share this post Link to post Share on other sites
uk_fs Report post Posted October 13, 2017 Any update on this? I am looking for your developer perspective on what situation can cause this to happen as the 'abcd..wxyz' text is coming from fusioncharts.js and it was working well before the 3.12.1 version Share this post Link to post Share on other sites
Prerana Report post Posted October 16, 2017 Hello, FusionCharts 3.12.2 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 and revert back to us if you have any queries. Share this post Link to post Share on other sites
uk_fs Report post Posted October 17, 2017 Thanks for the update. Sounds good. Will try the latest version and see. Share this post Link to post Share on other sites
uk_fs Report post Posted October 20, 2017 I tried the latest version and it still seems to show the same behavior. Any update on what cases can trigger this to happen? Like I mentioned earlier, if you can help us with possible cases from a developer perspective we will try to see if we can fix it on our side. Share this post Link to post Share on other sites
Prerana Report post Posted October 24, 2017 Hello, The issue is not getting replicated at our end. Please try to share a sample where the issue is getting replicated. Awaiting response. Share this post Link to post Share on other sites