hatemalimam / ChartistJSF

Highly Customizable Responsive Charts for JavaServer Faces.
https://chartistjsf-showcase.herokuapp.com
Apache License 2.0
39 stars 12 forks source link

Uncaught ReferenceError: ChartistJSF is not defined #16

Closed brampurnot closed 7 years ago

brampurnot commented 7 years ago

Hello,

I'm using the last version of the build but I keep on getting the following error: Uncaught ReferenceError: ChartistJSF is not defined

For some reason, the chartisjsf.js file is not added automatically. Any idea what could be causing this?

Thanks, Bram

hatemalimam commented 7 years ago

Try to add any PrimeFaces component before the chart itself, like an inputText. The problem might be that, since the main PF file is not being loaded.