Skip to content

Commit

Permalink
feat(fishbone): make it works
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 28, 2020
1 parent bd7a2d3 commit a48e3db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const fishbone = () => {
let dataLinks = [];

const my: any = undefined;
const width = 900;
const width = 1200;
const height = 800;

// d3 selections and related things used in tick function
Expand Down Expand Up @@ -315,7 +315,7 @@ const fishbone = () => {
*/

// this is a "little bit"
const k = 6 * 1;
let k = 6 * this.alpha()
let a;
let b;

Expand Down

0 comments on commit a48e3db

Please sign in to comment.