rufuspollock-okfn / bubbletree

Radial Bubble Tree Visualization
http://okfnlabs.org/bubbletree
152 stars 69 forks source link

Unable to render when label is number #48

Closed leowmjw closed 7 years ago

leowmjw commented 7 years ago

Fails inside the traverse function:

node.urlToken = urlTokenSource.toLowerCase().replace(/\W/g, "-");

Failing data:

{ 
  label: 'Total',
  amount: 9800565400,
  children: [ { label: 2016, amount: 9800565400 } ] 
}
leowmjw commented 7 years ago

Fixed with PR #49