Maptable

screenshot of Maptable

JS library which converts any dataset to an interactive set of components: a choropleth or heat map, filters and table

Overview:

MapTable is a library that allows users to convert any dataset into a customizable set of components including a Map, Filters, and a Table. The library was originally designed to render the home page and next generation of IXP directory for Packet Clearing House (PCH). It offers features such as a fully customizable choropleth or heat map, tabular representation of datasets with sorting capabilities, and dynamically generated drop downs and input fields for data drilling.

Features:

  • Map: A fully customizable choropleth or heat map rendered using SVG. The map can be exported as a standalone SVG file and can include markers with tooltips.
  • Table: A tabular representation of the dataset with sorting capabilities. Primary sort is activated with a single click and secondary sort is activated by holding down the shift key.
  • Filters: A programmatically generated list of drop downs and input fields for data filtering.
eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.