mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-04-19 10:06: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.classed('menu-mode', false)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.svg = d3.select('#mm')
|
this.svg = d3.select('#mg')
|
||||||
.append('svg')
|
.append('svg')
|
||||||
.attr('width', width)
|
.attr('width', width)
|
||||||
.attr('height', height)
|
.attr('height', height)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div id="mm"></div>
|
<div id="mg"></div>
|
||||||
<InputBar
|
<InputBar
|
||||||
v-on:addArtist="onAddArtist($event)"
|
v-on:addArtist="onAddArtist($event)"
|
||||||
v-on:addTag="onAddTag($event)"
|
v-on:addTag="onAddTag($event)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user