Andriya UÇAR
Andriya UÇAR
My project have polyfills.ts as below; ``` import 'core-js/es6/object'; import 'core-js/es6/string'; import 'core-js/es6/array'; import 'core-js/es7/reflect'; import 'zone.js/dist/zone'; ``` And I don't use Raven.js. The problem still continues.
I see below errors on console; ``` zone.js:2969 GET http://localhost:xx/bower_components/iron-dropdown/iron-dropdown.html 404 (Not Found) zone.js:2969 GET http://localhost:xx/bower_components/iron-ajax/iron-ajax.html 404 (Not Found) zone.js:2969 GET http://localhost:xx/bower_components/promise-polyfill/promise-polyfill-lite.html 404 (Not Found) ``` Yes it is internal...
And I see below warnings as well; ``` HTML Imports is deprecated and has now been removed as of M80. See https://www.chromestatus.com/features/5144752345317376 and https://developers.google.com/web/updates/2019/07/web-components-time-to-upgrade for more details. vendor.bundle.js:96329 Current document...
I tried to all suggestions that in issue. I have not resolved it. I did some workarounds unfortunately.
Is there any planned date for v5.0?
Ok. Is there any workaround used before for multiple tooltip? If not, i will try to implement some custom popups in angular.
Ok thank you for your reply.
I already used `custom series` and i used `series-custom.tooltip`. Actually i tried to use `series-custom.data.tooltip` for multiple tooltip, but when i use `series-custom.data.tooltip`, it didn't work. Is there any example...
Ok thanks for response.