Skip to content

Commit

Permalink
fix: and another one
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Aug 2, 2022
1 parent dd15658 commit 3c7ea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/maps/bubble-maps/BubbleMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import am5themes_Animated from '@amcharts/amcharts5/themes/Animated'
import { useGlobalConfig, useColors } from 'vuestic-ui'
import { PointGeoCoord, CountryItem, getValueBounds, getItemRadius } from '../../../../data/maps/bubbleMapData'
import { PointGeoCoord, CountryItem, getValueBounds, getItemRadius } from '../../../../data/maps/BubbleMapData'
const bulletSizes = { min: 3, max: 30 }
Expand Down

0 comments on commit 3c7ea84

Please sign in to comment.