Skip to content

Commit

Permalink
Add D3.js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Jun 1, 2022
1 parent d6698ec commit 30bc260
Show file tree
Hide file tree
Showing 3 changed files with 814 additions and 3 deletions.
8 changes: 7 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ if (jsonData == 'Error') {
process.exit();
}*/

//import jsdom from 'jsdom';
//import * as d3 from 'd3';

//const d3 = require("d3"); //v3, not v7

const fs = require('fs');
const path = require('path'); //base_path = path.resolve();
const base_path = process.cwd();
const target = base_path + '\\data\\'
const target = base_path + '\\data\\';


function init() {
let _names = fs.readdirSync(target)
Expand Down
Loading

0 comments on commit 30bc260

Please sign in to comment.