You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 37 of d3-timelines.js
colorCycle = d3Scale.scaleOrdinal(d3Scale.schemeCategory20)
causes an error on d3 5.8 as category20 was removed, try replacing with d3Scale.schemeCategory10
The text was updated successfully, but these errors were encountered:
mattdawson
changed the title
d3Scale.schemeCategory20 has gone, in d3 5.8
d3Scale.schemeCategory20 has gone, in d3 5.8 causing "Cannot convert undefined or null to object" error
Jan 31, 2019
mattdawson
changed the title
d3Scale.schemeCategory20 has gone, in d3 5.8 causing "Cannot convert undefined or null to object" error
d3Scale.schemeCategory20 has gone in d3 5.8, causing "Cannot convert undefined or null to object" error
Jan 31, 2019
On line 37 of d3-timelines.js
colorCycle = d3Scale.scaleOrdinal(d3Scale.schemeCategory20)
causes an error on d3 5.8 as category20 was removed, try replacing with d3Scale.schemeCategory10
The text was updated successfully, but these errors were encountered: