index.htm 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Highmaps Examples</title>
  6. </head>
  7. <body>
  8. <h1>Highmaps Examples</h1>
  9. <h4>General</h4>
  10. <ul>
  11. <li><a href="examples/all-maps/index.htm">Overview</a></li>
  12. <li><a href="examples/color-axis/index.htm">Color axis and data labels</a></li>
  13. <li><a href="examples/category-map/index.htm">Categorized areas</a></li>
  14. <li><a href="examples/distribution/index.htm">Distribution map</a></li>
  15. <li><a href="examples/all-areas-as-null/index.htm">Highlighted areas</a></li>
  16. <li><a href="examples/us-counties/index.htm">Detailed map, US counties</a></li>
  17. <li><a href="examples/data-class-two-ranges/index.htm">Data classes and popup</a></li>
  18. <li><a href="examples/data-class-ranges/index.htm">Multiple data classes</a></li>
  19. <li><a href="examples/us-data-labels/index.htm">Small US with data labels</a></li>
  20. </ul>
  21. <h4>Dynamic</h4>
  22. <ul>
  23. <li><a href="examples/map-drilldown/index.htm">Drilldown</a></li>
  24. <li><a href="examples/rich-info/index.htm">Rich information on click</a></li>
  25. <li><a href="examples/tooltip/index.htm">Fixed tooltip with HTML</a></li>
  26. <li><a href="examples/doubleclickzoomto/index.htm">Zoom to area by double click</a></li>
  27. </ul>
  28. <h4>Input formats</h4>
  29. <ul>
  30. <li><a href="examples/geojson/index.htm">GeoJSON areas</a></li>
  31. <li><a href="examples/geojson-multiple-types/index.htm">GeoJSON with rivers and cities</a></li>
  32. <li><a href="examples/mappoint-latlon/index.htm">Map point with lat/long</a></li>
  33. <li><a href="examples/latlon-advanced/index.htm">Advanced lat/long</a></li>
  34. </ul>
  35. <h4>Series types</h4>
  36. <ul>
  37. <li><a href="examples/map-bubble/index.htm">Map bubble</a></li>
  38. <li><a href="examples/heatmap/index.htm">Heat map</a></li>
  39. <li><a href="examples/mapline-mappoint/index.htm">Lines and points in maps</a></li>
  40. </ul>
  41. </body>
  42. </html>