Skip to content

How to have the LineChart centered #5225

Closed Answered by ckifer
arthur-overlord asked this question in Q&A
Discussion options

You must be logged in to vote

You would have to change the domain on your Y axis. You could do something like domain={([dataMin, dataMax]) => [0, dataMax * 2]}

Or something like that

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arthur-overlord
Comment options

Answer selected by arthur-overlord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants