mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-04-10 05:56:42 +00:00
mm -> mg
This commit is contained in:
parent
4a8a94a6f9
commit
c92d57561c
@ -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)
|
||||
|
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user