Replies: 1 comment
-
Here is a codesandbox that outlines one approach on how to achieve this. Is this helpful to you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have crawled the web to try and find any leads to achieve this chart:
As You can see, the area "bleeds" / go beyond the axises (x-timeseries / y-numbers). I have tried severals libs to achieve this but haven't been able to. My last guess was to try to achieve it directly with D3 which would give me more control over the graph generation.
I understood that
visx
is a collection of primitives rather than a full high-level API like RechartJS. I am using NextJS for the project I am working on and was wondering if:visx
as I am using NextJS ?I have tried to add data points in the data array that goes over the domain of the scale and it does not work.
I don't have any more ideas on how to achieve this. If you could give me a bit of guidance, it would be much appreciated 🙏
If you need any more informations, don't hesitate to ask.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions