mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Small fixes.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
This commit is contained in:
parent
40492ec7c4
commit
bcafa12349
8 changed files with 22 additions and 27 deletions
|
|
@ -65,7 +65,12 @@ export function WorldMap({ websiteId, data, ...props }: WorldMapProps) {
|
|||
};
|
||||
|
||||
return (
|
||||
<Column {...props} data-tip="" data-for="world-map-tooltip" style={{ margin: 'auto 0' }}>
|
||||
<Column
|
||||
{...props}
|
||||
data-tip=""
|
||||
data-for="world-map-tooltip"
|
||||
style={{ margin: 'auto 0', overflow: 'hidden' }}
|
||||
>
|
||||
<ComposableMap projection="geoMercator">
|
||||
<ZoomableGroup zoom={0.8} minZoom={0.7} center={[0, 40]}>
|
||||
<Geographies geography={`${process.env.basePath || ''}${MAP_FILE}`}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue