.. _spkg_d3js: d3js: JavaScript library for manipulating documents based on data ================================================================= Description ----------- D3.js is a JavaScript library for manipulating documents based on data. The file d3.min.js will be placed into the ${SAGE_SHARE}/d3js/ directory. License ------- BSD 3-Clause License Upstream Contact ---------------- - Author: Mike Bostock (http://bost.ocks.org/mike/) - Home page: http://d3js.org/ Dependencies ------------ None. Special Update/Build Instructions --------------------------------- Two kind of archives can be downloaded from d3.js website: one with all source code and tests that weights 2,9M (both in zip and tar.gz formats) and one with the final javascript scripts which weights 121K (zip format only). Since testing requires node.js that is not shipped with Sage, we currenlty ship the final js only. Hence we have to transform it from zip to tar.gz format. Running sage-src should do all the repackaging job. Type ---- optional Version Information ------------------- package-version.txt:: 3.4.8 Equivalent System Packages -------------------------- See https://repology.org/project/node:d3/versions However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see https://trac.sagemath.org/ticket/27330