NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

can not find #165

Closed klmuralimohan closed 5 years ago

klmuralimohan commented 5 years ago

Trying to load the data using Angular 2 with clusterize js but unable to load it. here my js fiddle https://jsfiddle.net/ba5pk1dg/

Can you please provide inputs

Thrilleratplay commented 5 years ago

@klmuralimohan If you look at the console output in the browser's developer tools for the provided fiddle, there are multiple 404 errors. Try loading the external libraries using resources, the same way clusterize is loaded. This is not a clusterize.js bug.

klmuralimohan commented 5 years ago

ok thank you.