Set minClusterSize:1 so a solitary surface is drawn with the same donut icon (showing "1", green when free / red when busy) instead of a small dot, and every click flows through the single cluster handler into our panel. A cluster of one keeps the rich single-surface hover tooltip. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "mapdash-frontend",
|
|
"private": true,
|
|
"version": "0.2.9",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc --noEmit && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ibm-plex-sans": "^5.3.0",
|
|
"keycloak-js": "^26.2.4",
|
|
"open-props": "^1.7.23",
|
|
"vis-data": "^7.1.9",
|
|
"vis-timeline": "^7.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|