carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

ReferenceError: Chart is not defined #62

Closed bharathrazoo closed 8 years ago

bharathrazoo commented 8 years ago

I have included Chart.js and I still see the error Chart is not defined for some reason.

module.exports =
  angular.module('mymodule', ['tc.chartjs'
  ])

my view

<canvas tc-chartjs-pie chart-options="options" chart-data="data" auto-legend></canvas>

carlcraig commented 8 years ago

Are you still having this issue?

I am going to close this for now, please re-open if you are continuing to see this problem.