Search the Community

Showing results for tags 'angular'.



More search options

  • Search By Tags

    • angular ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 15 results

  1. I'll start by explaining the parameters of the intended parameters of the chart. The chart is meant to cover a 24 hour period of the current day with a column for each hour. The current time format i am using is %-d/%-m/%Y %H:%M:%S. The values entered have a time range of 00:00:00->23:00:00. The t...
  2. Manually re-render chart in Angular

    I am trying to cause the chart to re-render when new data is received. 1. I gave the fusioncharts element in the template a id of "#fc". <fusioncharts [width]="width" [height]="height" [type]="type" [dataSource]="dataSou...
  3. Fusion charts Excel Export

    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 bei...
  4. Crash on navigate

    Hi, I use FusionCharts with Angular, but we still have errors after 2 or 3 navigation in our own application. The creation and the destruction goes wrong after a little while. zone.js:199 Uncaught TypeError: Cannot read property 'paper' of undefined at e.getFromEnv (fusioncharts.js:13)...
  5. Crash on ticks

    When a scrollline2d, there is a case where _allTicks is undefined ticks = axisConfig._allTicks, len = ticks.length; And crash totally FusionCharts : zone.js:199 Uncaught TypeError: Cannot read property 'length' of undefined at CategoryAxis._parseCategoryPlotLine (fusi...
  6. Hi community I'm using the integration angular-fusioncharts v3.0.1 with our project which is developed with angular version 4, and it presents an issue when the timeseries chart (Fusiontime) is rendered on safari browser. The line is out of the x-axis when the user handle the time navigator, an...
  7. Hi, Can we display dates data in bar and column charts. I tried but it always shows in thousands. 2013 will be shown as 2k. Is there way to achieve this? Appreciate the response. Regards, rAvi
  8. Hi, I have license key. How to apply license key to a trial license angular project? I have used license pack/js/*.js to override all of the same name js file in angular project's node_module/fusioncharts/. But this is not working.
  9. I am trying below code for exporting chart data in excel having chart+data in trial version of FusionChart. but acing below error Error TS2307: Cannot find module 'path'. Code I am using is below. I have tried all combination which you can see in comm...
  10. I'm new to FusionCharts and am currently evaluating it for use in a Angular 5.x project. Chrome and Edge browsers are working as expected but I receive a SCRIPT1006: Syntax Error with IE11. I followed the instructions provided in the Dev Center portion of the website https://docs.fusioncharts....
  11. I'm developing an Angular 2 application and using webpack to bundle my application together. One of my components imports the fusioncharts library stored in /lib/fusioncharts directory in the root of my project. Note: I dont have the fusioncharts module in node_modules. I was able to confi...
  12. Hi all I've been taking a look at one of the sample Fusion Charts with Angular here - http://www.fusioncharts.com/angularjs-charts/#/demos/ex8 The example is easy to follow, with a dynamic change in the charts once you activate the function to change some of the data in the $scope. I've im...
  13. I am reading temperature and humidity from an API and displaying the temperature using Thermometer widget. But it is not rendering right (image attached). Appreciate any help. HTML and Script files attached. Using "version": "3.1.0" index.html script.txt
  14. Angular Plugin and ie8

    Hi, I am trying to get the Angular plugin to work for ie8. I am using Angular 1.2.28. Any advice? Thanks!
  15. Angular chart transparency

    Hi, I'm using the angular plugin, how do I get my chart to be transparent? This is my json: { "caption": 'chart', 'bgAlpha': '0', 'legendBgAlpha': '0', 'canvasbgAlpha': '0', 'legendBorderAlpha': '0', 'palettecolors': '#5bc0de,#1aaf5d,#f2c500', 'useplotgradientcolor': '0', 'showcanvasbor...