team-moeller / better-access-charts

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

Support multiple chart updates without time delays #150

Closed team-moeller closed 1 year ago

team-moeller commented 1 year ago

In the version that used the old Access web browser control, it was possible to refresh a chart multiple times without experiencing any time delays. Since switching to Access's new Edge browser control, an empty HTML file must be loaded before each update, resulting in a delay of approximately 3 seconds. Support multiple chart updates without time delays.

team-moeller commented 1 year ago

This line of code in the html file seems to be the culprit: const autocolors = window['chartjs-plugin-autocolors'];

team-moeller commented 1 year ago

Released with version 3.27.02