derhuerst/ndjson-chart-cli

embed c3.js & d3.js into the generated HTML

Open

#1 opened on Jan 7, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

to make it work standalone, without relying on CDNs being available. As a build step, we could

  • add {{c3css}}, {{c3js}} & {{d3js}} placeholders to lib/head.html,
  • fetch the JS/CSS code from cdnjs.com,
  • replace the placeholders

Contributor guide