Plugin Directory

Changeset 2289902


Ignore:
Timestamp:
04/23/2020 08:11:06 AM (6 years ago)
Author:
maxicharts
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • maxicharts-d3js-add-on/trunk/js/dndTree.js

    r2289894 r2289902  
    2828
    2929function processTreeList(root_input, width, height, containerName, atts = null) {
    30     const sample = treeList(width, height; atts);
     30    const sample = treeList(width, height, atts);
    3131    d3.select(containerName).datum(root_input).call(sample);
    3232    //d3.select(containerName).attr()
Note: See TracChangeset for help on using the changeset viewer.