Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

src-mgra/node-sqlite-chart

Repository files navigation

node-sqlite-chart - HowTo

Example for

  • reading data from file
  • add data to sqlite-database
  • show data in a chart

cmd + url

node addData2sqlite.js node importFile event.txt cmd: node showChart.js URL: http://localhost:3005

needed packages

"chart.js": "^2.7.2",

"express": "^4.16.3",

"sqlite3": "^4.0.2"

AltStyle によって変換されたページ (->オリジナル) /