Export Image
Export Code

LISA Results Visualization

Stefan Apostol

Last edited Feb 18, 2024
Created on Dec 28, 2023

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}) }

MIT Licensed