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
The hook useYScale as described in the docs https://polaris-viz.shopify.com/?path=/docs/shared-hooks--page is not exported.
I would like to be able to set a custom YAxis scale for a LineChart and I believe this is the way to do it
useYScale can be imported into my code and used to set the scale on the graph
useYScale is not exported so cannot be imported into code
import { useYScale } from "@shopify/polaris-viz";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug summary
The hook useYScale as described in the docs https://polaris-viz.shopify.com/?path=/docs/shared-hooks--page is not exported.
I would like to be able to set a custom YAxis scale for a LineChart and I believe this is the way to do it
Expected behavior
useYScale can be imported into my code and used to set the scale on the graph
Actual behavior
useYScale is not exported so cannot be imported into code
Steps to reproduce the problem
import { useYScale } from "@shopify/polaris-viz";
The text was updated successfully, but these errors were encountered: