Skip to content

Releases: RhoInc/aeexplorer

v2.0.0

28 Jun 21:04
Compare
Choose a tag to compare

This release of the AE Explorer simplifies the dependencies, adds npm support and introduces minor changes in the appearance and configuration of the charts.

Changes include:

  • Minimized dependencies, so d3.js v3.5 is the only requirement. Bootstrap, jquery and jquery-multiselect have been removed. This resulted led to several UI changes including:
    • unicode icons instead of glyphicons
    • click the "category" text instead of an icon to see the details page.
    • removed the settings drop down with the "expand all" and "hide details" column
    • minor changes to search box appearance
    • standard multi-select fields for filters instead of bootstrap multiselect.
    • standard table formatting (instead of bootstrap) on details table.
  • table.js now expects a json object using the standard d3.csv() formatting, instead of a path to a .csv. This change breaks backwards compatibility with version 1.X
  • Added package.json and published to npm.
  • Simplified settings object. Removed settings.filterSettings, settings.defaults.prefterms and settings.defaults.diffcol are no longer used. The variables and settings objects will be fully merged in the next major release.
  • Linked to example gist in the wiki

Initial release

02 Apr 17:26
Compare
Choose a tag to compare

Initial release of the AE Explorer code to be hosted on the Rho Graphics website