Trouble referencing highchart.js in Meteor application -


i trying use highcharts.js in meteor.js application can't past initial referencing errors. console showing following:

resource interpreted script transferred mime type text/html: "http://localhost:3000/highcharts.js". localhost:9 uncaught syntaxerror: unexpected token < :3000/highcharts.js:1 uncaught typeerror: cannot set property 'innerhtml' of null highcharts.js:55

i have highchart.js file in client/lib directory , highchart javascript code in app.js file in client directory. have tried moving highchart.js file other locations, has dom references problem when in server scope, ended in client/lib directory.

any thoughts on how resolve initial configuration/reference problem appreciated!


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -