Skip to content

Commit

Permalink
add d3 typings to barChart
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyao authored and Wes committed Jul 30, 2016
1 parent 469e851 commit 2bb0f64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"files": [
".api/v1.1.0/PowerBI-visuals.d.ts",
"src/visual.ts"
"src/visual.ts",
"typings/index.d.ts"
]
}
5 changes: 5 additions & 0 deletions typings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"globalDependencies": {
"d3": "registry:dt/d3#0.0.0+20160628065019"
}
}

0 comments on commit 2bb0f64

Please sign in to comment.