Skip to content

alundiak/interests-evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interests-evolution

My Interests Evolution - represented as chart and clouds

Initially created as CodePen. Later on ported to this GitHub repo to be deployed as GitHub Page.

2023

C3 still didn't fix issue with d3.mouse() usage. It should be d3.pointer(). Details: https://stackoverflow.com/questions/65134858/d3-mouse-is-not-a-function

D3 Migration details: https://observablehq.com/@d3/d3v6-migration-guide

My issue: c3js/c3#2879

In this example https://c3js.org/samples/chart_scatter.html D3 is v5.8.2 and C3 is v0.7.20. And it WORKS OK (no d3.mouse() error).