Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xgirma committed Aug 14, 2020
1 parent 70920e0 commit dbdf54f
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 6 deletions.
8 changes: 4 additions & 4 deletions chart/bar_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ function barchartChartSvg(data, path) {
.attr("transform", `translate(${margin.left},${margin.top})`);

const x = d3.scaleLinear().domain([0, max]).range([0, width]);

svg
.attr("xmlns", "http://www.w3.org/2000/svg")
.attr("xmlns:xlink", "http://www.w3.org/1999/xlink");
//
// svg
// .attr("xmlns", "http://www.w3.org/2000/svg")
// .attr("xmlns:xlink", "http://www.w3.org/1999/xlink");

svg
.append("g")
Expand Down
74 changes: 73 additions & 1 deletion chart/referrers/count.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dbdf54f

Please sign in to comment.