ZingChart-AngularJS
ZingChart-AngularJS copied to clipboard
ZingChart AngularJS Directive
Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...
When the controller destroys (change to another view) i get: Uncaught TypeError: Cannot read property 'appendChild' of null at Object.AAF (eval at (http://localhost:3000/bower_components/zingchart/client/zingchart.min.js:8:1), :1:70276) at Object.HB (eval at (http://localhost:3000/bower_components/zingchart/client/zingchart.min.js:8:1), :1:69912)...
When I tried to do a box plot with AngularJS, I got an error saying that /modules/zingchart-boxplot.min.js not found. (It was solved when I manually put a box plot.min.js in...
My goal is to scale chart to the 100% of container, and on browser re-sizing chart should scale. I've tried width:100% and height:100% through zc-render options, through zc-json directly and...
``` const myJson = { type: 'area', globals: { fontFamily: 'Roboto' }, backgroundColor: '#fff', title: { text: 'text', adjustLayout: true, backgroundColor: 'none', fontColor: '#05636c', fontSize: '24px', height: '25px', y: '15px'...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 1.8.3 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...