Chris Williams
Chris Williams
this will likely entail getting off `nimbus` for our dev infra (minimally for TS and eslint) since it's maxed out at TypeScript 3.8. Some issues like #1253 depend on TS...
From https://github.com/airbnb/visx/pull/1127#issuecomment-818538418 > @williaster reading the discussion/problem statements here, I wonder if using with HTML elements would help/simplify in some way? Could that offer automatic text reflow? > @felixfbecker that's...
#### :rocket: Enhancements This PR - adds a new `` component to the `@vx/axis` package - adds `propType` descriptions and tests for `` - updates the `LineRadial` demo tile to...
Now that `vx` has graduated to `visx` in the airbnb repo with the https://airbnb.io/visx demo site, we should shut down or add a notification to the legacy https://vx-demo.vercel.app/ site as...
Originally posted by @LoiKos in #1058 I just add 2 suggestions that makes `genStats` maybe easier to use 1. xAxis customization ```js // today const boxPlot = { x: `${xAxis(i)}`,...
I'm really excited about this plugin! I have a use case where I'd like to create a plugin that generates HTML, and uses **_this_** plugin's functionality to render that HTML...
When we use this library in a server-side rendering environment, we get the error `ReferenceError: window is not defined` if you look at the [source](https://unpkg.com/[email protected]/dist/react-cytoscape.js), it looks like the error...
`@data-ui` is being deprecated. We would like to re-write some packages in TypeScript and consolidate our visualization efforts. Thus the following package changes are planned for the monorepo: - Re-write...
🏆 Enhancements Currently if a user of `XYChart` or `Network` passes their own `onMouseLeave` or `onMouseMove` props **in addition to** a `renderTooltip` prop, the mouse handlers are overwritten by the...