mattdawson
Results
2
issues of
mattdawson
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
function (a,b,c=1) { .. code here ... } returns a,b, ...first line of code... This is because the following regexp doesn't end on a bracket.... const DEFAULT_PARAMS = /=[^,]+/mg; Changing...