d3-wave icon indicating copy to clipboard operation
d3-wave copied to clipboard

D3.js based wave (signal) visualizer

Results 6 d3-wave issues
Sort by recently updated
recently updated
newest added

Hi, can you please elaborate or provide any solution that how you converted VCD file to json file format? Means if i have a VCD format file how will i...

https://codepen.io/kjwon15/pen/emqyVm * highlight on string section for selection in data section https://codepen.io/isdampe/pen/YQoVaK * preview of value in specified data type https://codepen.io/masik/pen/ACpGl * byte number over columns https://github.com/michbil/hex-works * real-time tracking...

If multiple signals are selected they all should be dragged, currently only a first one is actually dragged.

![image](https://user-images.githubusercontent.com/5032806/229313965-0dd2958d-58b9-4cc6-a2d1-ce84f9d1966b.png) ``` d3-wave.js:398 Uncaught TypeError: Cannot read properties of undefined (reading 'children') at SignalLabelManipulation.dragEnded (d3-wave.js:398:42) at SVGGElement.dragEnd (d3-wave.js:426:21) at Ct.call (d3.min.js:2:15446) at Object.e (d3.min.js:2:227407) at g (d3.min.js:2:226577) at d3.min.js:2:20615 ```

see https://github.com/Nic30/vscode-extension-digitalcircuitanalysis/issues/2

Hey @Nic30, I am a hardware engineer and loved your work. I constantly use for debugging test fails. I want to integrate this as part of my React JS project...