Skip to content

Commit

Permalink
Fix chartjs path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Mar 24, 2019
1 parent dc7ee28 commit f6f22dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/home/components/Chartjs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</template>

<script>
import Chart from 'chart.js/src/chart'
import Chart from 'chart.js/dist/Chart'
const types = ['line', 'bar', 'radar', 'polarArea', 'pie', 'doughnut']
Expand Down

0 comments on commit f6f22dc

Please sign in to comment.