angular-fusioncharts icon indicating copy to clipboard operation
angular-fusioncharts copied to clipboard

Angular Component for FusionCharts JavaScript Charting Library

Results 58 angular-fusioncharts issues
Sort by recently updated
recently updated
newest added

The default behavior is to denote negative numbers by prefixing '-' sign before them and positive numbers without any prefix, can we alter this way of denoting numbers? Here is...

Fusioncharts.js line 548:124 uncaught error IsIE is not defined. I am using angular 15

Strange changes in version 4.0.1: ![image](https://user-images.githubusercontent.com/85672607/228166724-980fb0f8-1e71-420c-8e81-466e1d54978d.png) Because of this, we have warnings during "npm i [email protected]": ![image](https://user-images.githubusercontent.com/85672607/228176557-433192b8-4516-4557-a42b-5505e754a04e.png) and warnings during "npm i" if write version in package.json: ![image](https://user-images.githubusercontent.com/85672607/228167897-4b986117-aa92-4a50-b0b8-da75acd6765a.png) node version...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.34. Changelog Sourced from ua-parser-js's changelog. Version 0.7.34 / 1.0.34 Fix Sharp Mobile detected as Huawei Tablet Fix IE8 bug Add new devices : Kobo...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.7 Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb...

dependencies

After introducing a Object.freeze(Object.prototype) to our application as a remediation for Prototype Pollution, fusioncharts will not render anymore. Errors include the following: - constructor is read-only - cannot toString [Object...