A bare minimum HTML page demonstrating use of CSS and JavaScript.
See also React Starter. .legend({ x:10, y:140, title: "Digital Complexity", labelDecNb: 0 }) if (window.innerWidth > 800) { map.insets("default") } else { // settings for smaller devices map.legend({ labelDecNb:0, x: window.innerWidth - 80, y:5 }) .titleFontSize(20) .botTxtFontSize(12) .tooltip({fontSize:10}) .legend({labelFontSize:9}) }