Skip to content

Instantly share code, notes, and snippets.

@krystalcampioni
Created June 20, 2022 15:45
Show Gist options
  • Save krystalcampioni/71a99d76df93051fa69bd905fb1ab71c to your computer and use it in GitHub Desktop.
Save krystalcampioni/71a99d76df93051fa69bd905fb1ab71c to your computer and use it in GitHub Desktop.
export function useYScale({
drawableHeight,
integersOnly,
data
}) {
// ...
return { yScale, yTicks }
}
export function useXScale({
drawableWidth,
integersOnly,
data,
}) {
// ...
return { xScale, xTicks }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment