jerrytbuilt

Results 1 issues of jerrytbuilt

Using the data set provided with the 'categorical' example. Code: TimelinesChart()(document.body) .zScaleLabel('My Scale Units') .zQualitative(true) .onSegmentClick(segClicker) .data(myData); function segClicker(segment) { console.log(segment); } ...displays a 'MouseEvent' object in the console, not...