d3 library is outdated

Issue #150 new
Bryan Ling created an issue

bower in atlasboard core uses bower_components/rickshaw/vendor/d3.v2.js

when I try to require the latest d3 npm-installed in dashboard I've created, the d3.v2.js is referenced, overriding my latest d3 instance.

A fix I found but am not confident about. (1) I can do bower update <package> in atlasboard core to update rickshaw and d3 separately (bower update for all outdated components causes too many errors). (2) I go to core atlasboard/templates/dashboard.ejs and change the reference to d3.v2.js to reference the proper bower_components/d3/d3.min.js and ran my own dashboard again to no errors.

Comments (1)

  1. Eric Hirlemann

    I went into a similar scenario with pg, where I had to apply a patch and run twice npm install ( see). You may submit a pull request to share your solution.

  2. Log in to comment