Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.13 KB

readme.md

File metadata and controls

19 lines (18 loc) · 1.13 KB

Create a Smart Dashboard

Major Steps

  • Initiate the html content: map1.html
    • map panel
    • info panel
      • add icons
  • Assigning the fundamental styles for the info panel and create a map object: map2.html
    • styles for full screen, info panel
    • a map object
  • Declare the variables and create the reset function: map3.html
  • Create a legend: map4.html
  • Set up the framework to load the data asynchronously: map5.html
  • specify functions and events: map6.html
    • add the function while the map is being loaded.
      • add a chart
    • add the function while the map is idle.
    • add a function to reset the dashboard.
  • reorganize the code, put the style and script into two separated external files: index.html