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
https://github.com/terezka/line-charts/blob/1.0.0/src/LineChart/Junk.elm#L386-L405
In the code example in the doc: hovered is Maybe Data, but is used like Data (Point?) Probably needs a Maybe.map.
hovered
Maybe Data
Data
Point
Maybe.map
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/terezka/line-charts/blob/1.0.0/src/LineChart/Junk.elm#L386-L405
In the code example in the doc:
hovered
isMaybe Data
, but is used likeData
(Point
?)Probably needs a
Maybe.map
.The text was updated successfully, but these errors were encountered: