How to use the @nivo/scales.computeXYScalesForSeries function in @nivo/scales

To help you get started, we’ve selected a few @nivo/scales 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 / packages / line / src / hooks.js View on Github external
        () => computeXYScalesForSeries(data, xScaleSpec, yScaleSpec, width, height),
        [data, xScaleSpec, yScaleSpec, width, height]
github plouc / nivo / packages / scatterplot / src / hooks.js View on Github external
        () => computeXYScalesForSeries(data, xScaleSpec, yScaleSpec, width, height),
        [data, xScaleSpec, yScaleSpec, width, height]