question for Nivo library users.
I'm trying to implement a feature where you can brush and zoom line charts, something like this: https://bl.ocks.org/mbostock/34f08d5e11952a80609169b7917d4172
Since Nivo doesn't support this, has anyone found a…
I'm using React Nivo CirclePacking to represent data hierarchy & the relation between the hierarchy levels an example of levels can be: Year(depth 0) > Province(depth 1) > Citie(depth 2), the chart is rendering fine & working but when the user click…
I am using @nivo/core and @mui/material.
After a lot of debugging, I was able to narrow down my problem: that our Nivo chart seems to be flickering and won't animate properly, if it is inside a styled() MUI component.
What can be the core problem…
I'm trying to use Nivo charts with typescript and I'm not sure how to define the type of data Nivo expects for their Bar Chart. (https://Nivo.Rocks)
I've been trying to use
Object Index Signature ... {[Key: string]: string;}
Record utility type …
I'm currently undergoing a re-work of a basic analytics system I built. Let me explain the paradigm and data simply. In the database we have records for user analytics, tracking their attendance/viewership (1 list for datetimes (ISO) of when they…
I'm trying to understand how to add next to the Nivo line chart value the points differences from the points before
I have this example
CodeSandbox
From my example what I want to achieve is to add next to the number for example on the second point…
I was wondering if it was possible to add the circular progress component
https://mui.com/material-ui/react-progress/ to the middle of a nivo-react sunburst.
const CenteredMetric = ({
nodes,
centerX,
centerY
}: SunburstCustomLayerProps)…
I am trying to make a very simple bar chart using Nivo's Responsive Bar (official docs here) in my React application (React v18).
I have managed to set up a basic bar chart but it is acting funny.
When I load the page, it is empty. See…
I use Nivo's responsive bar.
I want to show a bar like the image. And I can do it if I set the colors directly like below . But I can set it by passing the props or set by a function.
How can I do it?
By a…
I need to show two informations on a tooltip in Nivo Pie chart (ID, Value) but the props that a configure are not effective.
Probably I don't need a custom tooltip, just a native tooltip solve my problem
Parcial JSX File
export default function…
I'm using Nivo ResponsivePie to display some data and everything seems to be working find other than the tooltip. The tooltip is just not showing. I have a heatmap and bargraph which have a working tooltip. I copied the code I directly from the docs…