This commit is contained in:
simon987 2019-08-27 20:33:10 -04:00
parent 4a8a94a6f9
commit c92d57561c
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ export function MusicGraph(data) {
this.svg.classed('menu-mode', false)
}
this.svg = d3.select('#mm')
this.svg = d3.select('#mg')
.append('svg')
.attr('width', width)
.attr('height', height)

View File

@ -1,6 +1,6 @@
<template>
<div>
<div id="mm"></div>
<div id="mg"></div>
<InputBar
v-on:addArtist="onAddArtist($event)"
v-on:addTag="onAddTag($event)"