team-moeller / better-access-charts

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

Avoid saving html files #115

Closed team-moeller closed 1 year ago

team-moeller commented 1 year ago

It should be avoided that the html file must be saved on the hard disk for each chart. Instead, the html string should be loaded directly into the webbrowser control. It must be ensured that the feature browser emulation can still be controlled using the "X-UA-Compatible" attribute.

team-moeller commented 1 year ago

The idea is to load a minimal html file from disk. This includes the "X-UA-Compatible" attribute. The html string for the chart is then loaded directly into the web browser control using WRITE.

team-moeller commented 1 year ago

Released with version 2.27.04