Sean Lynch
Sean Lynch
Been tracking the progress of [d3-sankey-circular](https://github.com/tomshanley/d3-sankey-circular) in hopes to only use it for both circular and non-circular sankey layouts, but just logged an [issue](https://github.com/tomshanley/d3-sankey-circular/issues/24) regarding handling of `nodePadding` and general...
Ported [d3 waterfall example](https://bl.ocks.org/mbostock/c957dc9c1f8a0bae58d5) to [vx](https://codesandbox.io/s/yjol7n7qq9)
While I don't normally like 3D visualizations, I do prefer them on my Github heatmap so it might be worth investigating as well. 
Ported d3 calendar view [example](https://bl.ocks.org/mbostock/4063318) to [vx](https://codesandbox.io/s/p5lz8vv49q)
A few other examples - Month by month with weeks as rows instead of columns - http://bl.ocks.org/KathyZ/c2d4694c953419e0509b - Interactive example of [this](https://github.com/g1eb/calendar-heatmap) - https://codepen.io/g1eb/pen/KWXzLR
Ported the month by month example to [vx](https://codesandbox.io/s/2wz5yrr23p)
@hshoff @williaster I'm thinking it would be nice if we created a `@vx/time` package and extracted the `pathMonth` function from the [calendar heatmap example](https://codesandbox.io/s/p5lz8vv49q)... ```js import { timeDays, timeWeek, timeMonths,...
I've seen some [discussion](https://github.com/carbon-design-system/carbon-components-svelte/issues/598#issuecomment-820368342) in `carbon-components-svelte` to [preprocess](https://github.com/carbon-design-system/carbon-preprocess-svelte#optimizeimports) the base imports to the individual full source Svelte code paths, which looks like it should help. I've been meaning to try...
@juliandescottes bookmarklet would work, especially to test things out. I've only just started experimenting with the LED matrix and Piskel and thus have only been using a single frame, but...
@juliandescottes Thanks for the quick turnaround. I gave it a quick test using the rotated one and it looks to provide what I need, with a minor tweak (array size):...