team-moeller / better-access-charts

Better charts for Access with chart.js
MIT License
38 stars 14 forks source link

Failed to load chart.js library (404 Not Found) #156

Closed team-moeller closed 1 year ago

team-moeller commented 1 year ago

When you try to create a chart and do not any specifications about the chart.js library no chart is shown.

team-moeller commented 1 year ago

Analysis: Failed to load resource: the server responded with a status of 404 () This is the source in the created html file: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/Chart.min.js

team-moeller commented 1 year ago

Problem: The word "Chart" begins with a capital "C". The correct way is to use a small "c".

team-moeller commented 1 year ago

Solution: Class-module "BAC_ChartJS" / Class_Initialize Set the correct value for Me.CDN

team-moeller commented 1 year ago