-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
startAngle on radar chart value out of chart #3612
Comments
@jadenjm do happen to have a code sample? It would help out a lot |
yes i trying on sample code radar-skip-points.html with some edit. Here is the code: <!doctype html> <title>Radar Chart</title> <script src="../dist/Chart.bundle.js"></script> <script src="../dist/jquery.min.js"></script> <style> canvas { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } </style>
//save64Img(myRadar.toBase64Image());
//$data = base64_decode(preg_replace('#^data:image/\w+;base64,#i', '', $img)); //file_put_contents('../image.png', $data); ?> |
Is there anyway we could make this optional? I like having the labels be vertical despite the angle of the chart. Maybe even have a tick option startAngle where we could angle the chart one way and reangle the ticks a different way. Thoughts? |
i try to rotate my chart using startAnlge by 90 the value mark is running out the chart. Not sure it is i miss out any option setting to the chart but i did some google unable find any soultion to it.
The text was updated successfully, but these errors were encountered: