Ravikumar Sutagundi

Members
  • Content count

    34
  • Joined

  • Last visited

Posts posted by Ravikumar Sutagundi


  1. Hello, I am getting this below error in the latest update. And also I am not able to see the excel export option on the rendered chart. All other option png, jpg and svg available. Earlier was able to see, after upgrading to latest fusioncharts getting the below error with no excel export option being displayed in the chart.

     

    zone.js:682 Unhandled Promise rejection: Loading chunk 13 failed.
    (error: http://localhost:4200/fusioncharts.excelexport.js) ; Zone: <root> ; Task: Promise.then ; Value: Error: Loading chunk 13 failed.
    (error: http://localhost:4200/fusioncharts.excelexport.js)
        at HTMLScriptElement.i (fusioncharts.js:13)
        at HTMLScriptElement.wrapFn (zone.js:1332)
        at ZoneDelegate.invokeTask (zone.js:423)
        at Zone.runTask (zone.js:195)
        at ZoneTask.invokeTask [as invoke] (zone.js:498)
        at invokeTask (zone.js:1744)
        at HTMLScriptElement.globalZoneAwareCallback (zone.js:1770) Error: Loading chunk 13 failed.
    (error: http://localhost:4200/fusioncharts.excelexport.js)
        at HTMLScriptElement.i (webpack-internal:///./node_modules/fusioncharts/fusioncharts.js:13:2212)
        at HTMLScriptElement.wrapFn (webpack-internal:///./node_modules/zone.js/dist/zone.js:1332:39)
        at ZoneDelegate.invokeTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:423:31)
        at Zone.runTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:195:47)
        at ZoneTask.invokeTask [as invoke] (webpack-internal:///./node_modules/zone.js/dist/zone.js:498:34)
        at invokeTask (webpack-internal:///./node_modules/zone.js/dist/zone.js:1744:14)
        at HTMLScriptElement.globalZoneAwareCallback (webpack-internal:///./node_modules/zone.js/dist/zone.js:1770:17)

    Any suggestion, highly appreciated


  2. Hi,

    On further exploration on IE, when I changed the User agent String in Emulation tab under IE developer tool to Internet Explorer 10 (I am using IE 11), I was able to download the image and pdf formats.

    Is this the case that export of fusion chart as images and png not supported by IE11?

    In IE 11, in networks I can see the image in Response body with 0 size but the download is not triggered. 

    Any response is highly appreciated

    Regards,

    Ravi


  3. Hi,

    I checked out the sample fiddle.

    I am trying to implement in angular 4. I am setting exportEnabled as 1 and exportAtClientSide as 1.  Also the fusion chart occupies 100% width.

    The version that I am using is 3.13.4

    Thanks

    Ravi


  4. On 3/28/2019 at 7:53 PM, Akash Biswas said:

    Hi Ravi,

     

    The Bar and Column chart types render chart with values mapped to the respective category labels. The values does not represent dates data in bar and column charts.

    However, the value 2013 will be displayed as 2K, due to the default number scale formatting feature of FusionCharts. You can disable it to display 2013 as simply 2013 with out scaling and formatting by setting "formatNumber" and "formatNumberScale" to "0".

    Refer to this sample fiddle : http://jsfiddle.net/gudts7cw/4/

     

    Thanks,

    Akash.

    Hello Akash,

     

    Thanks for the reply. I did try this, however I can see only year displayed not the date and month. 2019-01-04 is being displayed as only 2019.

    Any other ways to display full date? Appreciate the response.

    Regards,

    Ravi


  5. 10 minutes ago, Akash Biswas said:

    Hi Ravi,

     

    This is a sample using the Angular plugin of FusionCharts that exports the chart with the image logo exported in the export file as well.

    Sample : https://plnkr.co/edit/lk6Pret6eWUwn3ODJdF5?p=preview

     

    Angular Plugin reference :https://github.com/fusioncharts/angular-fusioncharts

     

    This is working fine at our end. Kindly provide a sample replicating the issue if you still face the same problem, so that we can check it at our end.

     

    Thanks,

    Akash.

    Thanks, Akash for your reply. This image works, if I mention the below URL for the LogoURL it doesn't work.

    favicon.icohttps://causeway.com/sites/default/files/favicon.ico


  6. On 8/24/2018 at 11:55 AM, Akash Biswas said:

    Hi Ravi,

     

    When you are using the licensed files the "FusionCharts XT Trial" watermark will not appear, that is why the licensed files are used after procuring the license of FusionCharts.

     

    However, if you want to have a similar text on the charts even using the licensed files, then you can place a Text annotation with the same watermark text or any custom text on the chart. Please refer to the documentation for information regarding Text annotations :

    https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#create-text-annotations-4

    Also find a sample fiddle using Text Annotation : http://jsfiddle.net/hpdLw38t/

     

    FusionCharts also provides the feature to set custom logo on the chart. Please refer to the documentation link below for possible logo customization :

    https://www.fusioncharts.com/dev/chart-guide/chart-configurations/loading-external-logo#main-content-wrapper

    Also find a sample fiddle setting external Logo(image) : https://jsfiddle.net/fusioncharts/za1a6xer/

     

    Thanks,

    Akash.

    Thanks, Akash for the reply. This helped me. But when I import the image, the logo won't be imported. It says, "linked image not found" in the imported image. What needs to be done to get the logo in the imported images?


  7. Hello Ayan,

    With regards to the same drill down, have one more issue. When I change chart type from AngularGauge to HLinearGauge and vice versa gets this error.

    core.es5.js:1020 ERROR TypeError: Cannot read property ' rearextension ' of undefined

    Please find the below stack trace for your persual.

    core.es5.js:1020 ERROR TypeError: Cannot read property 'rearextension' of undefined
        at a._spaceManager (fusioncharts.widgets.js:456)
        at a._manageSpace (fusioncharts.js:1033)
        at a.draw (fusioncharts.js:1041)
        at Object.k [as job] (fusioncharts.js:1001)
        at q (fusioncharts.js:39)
        at ZoneDelegate.invokeTask (zone.js:367)
        at Object.onInvokeTask (core.es5.js:3881)
        at ZoneDelegate.invokeTask (zone.js:366)
        at Zone.runTask (zone.js:166)
        at ZoneTask.invoke (zone.js:420)
        at data.args.(anonymous function) (webpack-internal:///./node_modules/zone.js/dist/zone.js:1581:29)


  8. Hi Ayan,

    Follow up with this, have some other issue. Have attached the video for the same.

    If a chart has no drill down, we do display a message to inform a user it doesn't have drill down. When the export at client option is been enabled, it displays the drop down on hower of the chart export icon. If the chart data plot has large data and displays beneath the export drop down, clicking on the export drop down it triggers the drill down wherein it should not trigger the action on data plot. However, it does download the chart along with triggering the action on data plot.

    Kindly refer the attached video for the same for your reference.

    export.wmv


  9. Hi,

    Thanks for the reply. I should be changing mine JSON format to get the cylinder working.

    You mean, the dials and pointer values for the cylinder are no more supported. I have an older version with me, in which cylinder works with dials and pointer values.

    For the Angular gauge,  need to use dials and pointers.

    But in angular2 and latest javascript version, that's been deprecated.

     


  10. Hello,

    Thanks for the reply. Sincere apologies, as I cannot provide you a sample. Please find the attached screen shots of DOM showing what happens when I change the chart type of second one.

    Possibly could give some hint. If you please look into the first image,  div with id="container-" just beneath fusioncharts tag has a span with id="chartobject-6" for first chart and id="chartobject7" for second chart respectively. When I change chart type for second chart, the span with id="chartobject-6" gets replaced with "chartobject-7" which is content of second chart and second chart's span will just disappear.

    image.thumb.png.c935c07cf1bcf72eac0ba440d4629441.png

     

    image.thumb.png.00b3316f74acc86680a0e9cedfc124a9.png


  11. Hi,

    Thanks for your reply.  I am using angular2 fusion charts.

    I am updating the chart type for the second chart. The dom shows the proper data. But the div with id "container-" will get replaced with the latest data. I mean the second chart data get's replaced with the first one. And the div with id "container-" will be empty for the second chart.

    I have no live application to share the URL, since still in development. I can share the DOM screen shot, if needed.


  12. Hi,

    I am facing the issue with the below scenario.
    I have 2 charts rendered in a page. Changing 2nd  chart type, is changing the first chart type. Attached are the screenshots for your reference.

    After investigation found out that, the chart is getting appended to a div with id "container-"  just beneath <fusioncharts> tag.

    Any help is highly appreciated.

    image.thumb.png.230833b1566f4789ddfa96e946b283ba.png

     

    image.thumb.png.7e37099e952df2f4985fee74ca3e0b41.png

    image.thumb.png.405b451dfa6460045384b8f8d386b6cf.png

    Regards,

    Ravi