Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 2.13 KB

README.md

File metadata and controls

66 lines (34 loc) · 2.13 KB

D3.js-Delphi

Test project for displaying d3.js graphics in a TWebBrowser.

  • Test1 : Static html files -> static and animated charts.

  • Test2 : (Not posted. Required two buttons to inject a script into a template D3/html page, because of non-blocking page load.)

  • Test3 : Uses TWebBrowserWrapper. Injects scripts into template page. Transfers data from Delphi to js.

Demonstration videos.

Other Delphi browser projects.

D3 / js links.

To-do list.

Delphi/js interface links.

Notes.

  • 01 Mar 2020: Delphi IDE places .exe 2 levels down from source files. Check directory references for running outside the IDE.

  • 18 Mar 2020: Tidied up the directories/files. Added Carbon syntax-highlighting examples (will not work with TWebBrowser).

  • 19 Mar 2020: Add Common directory. Update Readme with Markdown.