MFormisano

Results 3 comments of MFormisano

I already did that but in the same view here my code may be that can help someone ``` HTML ... ``` From an another `view` you can may be...

Hi same issue for me the package is not publish. npm install @jjppof/[email protected] npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@jjppof%2fchartjs-plugin-zoom-pan-select - Not found npm ERR!...

I resolved my problem with this updated code in my **package.json** ``` "dependencies": { ..., "@jjppof/chartjs-plugin-zoom-pan-select": "git+https://github.com/jjppof/chartjs-plugin-zoom-pan-select.git", } ```