Skip to content
New issue

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

[Bug]: Scatter chart options not recognized (Material) #681

Open
1 task done
derekjgrove opened this issue Oct 11, 2022 · 0 comments
Open
1 task done

[Bug]: Scatter chart options not recognized (Material) #681

derekjgrove opened this issue Oct 11, 2022 · 0 comments
Labels

Comments

@derekjgrove
Copy link

Would you like to work on a fix?

  • Check this if you would like to implement a PR, we are more than happy to help you go through the process.

Current and expected behavior

const options = {
vAxis: {
title: "Duration of Op (Millis)",
baseline: 0,
minValue: 0,
format: 'none',
gridlines: {
count: 0,
interval: 0,
color: 'transparent'
},
minorGridlines: {
count: 0,
interval: 0,
color: 'transparent'
}
},
hAxis: {
title: "Date/Time of Op",
format: 'none',
gridlines: {
count: 0,
interval: 0,
color: 'transparent'
},
minorGridlines: {
count: 0,
interval: 0,
color: 'transparent'
}
}
}

Reproduction

https://github.com/derekjgrove/mongodb-extended-profiler

react-google-charts version

v4.0.0

Possible solution

Options are not wrapped properly or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant