moved images from assets to public
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -483,7 +483,7 @@ export default {
|
||||
|
||||
myChart1 = echarts.init(document.getElementById('hitgroup-puppet'), {}, {width: 300, height: 500})
|
||||
|
||||
const url = require('@/assets/images/icons/hitgroup-puppet.svg')
|
||||
const url = '/images/icons/hitgroup-puppet.svg'
|
||||
$.get(url, function (svg) {
|
||||
echarts.registerMap('hitgroup-puppet', {svg: svg})
|
||||
myChart1.setOption(optionGen(arr));
|
||||
|
||||
Reference in New Issue
Block a user