asciidoctor / asciidoctor-chart

A set of Asciidoctor extensions that add a chart block and block macro to AsciiDoc for including charts in your AsciiDoc document.
Other
30 stars 13 forks source link

Load resources from jsdelivr or cdnjs #27

Open ggrossetie opened 2 years ago

ggrossetie commented 2 years ago

We should use a single CDN (by default), either jsdelivr or cdnjs. Currently, we are loading C3.js from cdnjs while Chartist and Chart.js are loaded from jsdelivr.

I have a slight preference toward jsdelivr since it has Points of Presence (POP) in mainland China (and a broader network: https://www.jsdelivr.com/network).