google / google-visualization-issues

288 stars 35 forks source link

Google Charts Javascript ES6 module support #3013

Open seannherdy opened 1 month ago

seannherdy commented 1 month ago

Javascript ES6 modules provide a performance boost over monolithic Javascript code. Can Google Charts be updated to support modern ES6 Javascript modules?

dlaliberte commented 1 month ago

Migration to ES6 modules is probably very doable. The code is already being migrated to TypeScript, and an initial subset of the library will be released as open source within a month or two I expect.