Questions tagged [visx]

19 questions
0
votes
0 answers

How to apply horizontal and vertical scroll on a D3 chart with fixed axis?

I'm trying to follow this great article about how to implement horizontal scroll on D3. I've tried in a number of different ways: Apply a parent div with overflow: scroll. It works at some extend but the none of the Axis are fixed. Not suitable as…
SixtyEight
  • 2,220
  • 3
  • 14
  • 25
0
votes
1 answer

Render visx wordcloud after redux saga request is done and data is present leads to "read-only" error

I try to render a visx wourdcloud with the data that I get from my server. My component for showing the website is the following: import React, { useEffect } from 'react'; import { useDispatch, useSelector } from 'react-redux'; import { withRouter,…
FMK
  • 1,062
  • 1
  • 14
  • 25
0
votes
1 answer

Cannot install in Visual Studio 2022

I get a notification telling me this is available in Visual Studio 2022 (Version 17.0.0 Preview 4.1). However, it will not install - any advice? The errorlog shows the following: 10/1/2021 8:06:19 AM - A cycle was detected in the dependency graph:…
-1
votes
0 answers

Which hooks are available for the XYChart component in visx?

I'm working on integrating an XYChart component into a Next.js application. While ChatGPT has suggested using hooks like useXScale to draw static horizontal lines for benchmarks, I can't seem to find any documentation or references to these hooks,…
MBFA
  • 1
  • 2
1
2