We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have updated the Nivo to version 0.81.0 and start to break the code previously working
import type { SwarmPlotProps } from '@nivo/swarmplot'; import { ResponsiveSwarmPlot } from '@nivo/swarmplot'; export type NivoBarProps = { data: Record<string, unknown>[]; keys: string[]; indexBy: string; } & SwarmPlotProps; const SwarmplotChart = (props: NivoBarProps) => { return ( <ResponsiveSwarmPlot borderWidth={1} borderColor={{ from: 'color', modifiers: [['darker', 1.6]] }} margin={{ top: 40, right: 40, bottom: 40, left: 40, }} groupBy='group' identity='id' size={10} {...props} /> ); }; export default SwarmplotChart;
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to report this issue. I'm closing this in favor of a more generic issue: #2310.
Sorry, something went wrong.
No branches or pull requests
I have updated the Nivo to version 0.81.0 and start to break the code previously working
code example
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: