Search the Community
Showing results for tags 'angular'.
Found 15 results
-
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...
-
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...
-
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...
- 3 replies
-
- excel export
- angular
-
(and 1 more)
Tagged with:
-
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)...
-
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...
-
Bad render FusionTime "timeseries" Browser Safari - Angular 4
Simon Gonzalez posted a topic in FusionCharts DOM
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...- 1 reply
-
- angular
- timeseries
-
(and 6 more)
Tagged with:
-
Display date(2013/07/20) data in x/y axis in bar and columns charts
Ravikumar Sutagundi posted a topic in General usage
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 -
How to apply license key to a trial license angular project
Eiffy posted a topic in Installation and Upgrades
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. -
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...
- 1 reply
-
- fusionexport
- fusioncharts
-
(and 3 more)
Tagged with:
-
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....
- 1 reply
-
- syntax error
- ie11
-
(and 2 more)
Tagged with:
-
FusionCharts.register is not a function when bundling with WebPack
Sai Srinivasan posted a topic in Javascript Problems
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... -
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...
-
Thermometer Widget with Angular not rendering correctly
jaing10213 posted a topic in Using FusionWidgets XT
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 -
Hi, I am trying to get the Angular plugin to work for ie8. I am using Angular 1.2.28. Any advice? Thanks!
-
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...