How to use the @nivo/generators.generateWinesTastes function in @nivo/generators

To help you get started, we’ve selected a few @nivo/generators examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github plouc / nivo / website / src / components / pages / Home.js View on Github external
yearSpacing={50}
                        yearLegendSpacing={6}
                        emptyColor="#e25d47"
                        dayBorderColor="#C6432D"
                        monthBorderColor="#C6432D"
                        colors={['#e96d5a', '#C6432D']}
                        isInteractive={false}
                        theme={homeTheme}
                    />
                    <span>
                        <span>Calendar documentation</span>
                    </span>
                
                
                    
                    <span>
                        <span>Radar documentation</span>
                    </span>