-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Left title should have checkToShowTitle
similar as it's for Grid. Sometimes interval does not make sense or miss the maxY value.
#331
Comments
It will be in the next version, |
Hi dude, Check LineChartSample 8Thanks for your patience! |
Thank you :) |
Is it enough for your use-case? |
Yes. It seems like it has more than the expected parameters. I'll modify the implementation soon for my project. Thanks for the feature. |
You're welcome! |
I checked with the above example and it's working perfectly. But I have one doubt, do you think |
We had a restriction for setting a default callback, |
Is your feature request relasted to a problem? Please describe.
I am trying to generate a line graph and in my case when the minY is 2000 and maxY is 3000 and interval is (3000-2000)/3 = 333.333333335 as there are two additional grids and in this case it will miss the title for 3000. So in this screenshot 3K is missing here.
Describe the solution you'd like
There should be a parameter similar to
checkToShowHorizontalLine
for grid to check if it needs to show left title and it should check till maxY.Describe alternatives you've considered
I could not find any alternative. Please suggest if there is any workaround
Code to reproduce
The text was updated successfully, but these errors were encountered: