-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add custom draw control Line color icon instead of default color #1861
Comments
Please refer to this documentation: I also kindly ask you to move the second question to a separate issue to adhere one-question-per-issue rule. Multi=question threads are complex and make it difficult to follow for you, us, and anyone else looking for the same information. Thank you. |
But still i did not get the actual solution for draw control line color icon instead of default purple |
Do you mean you want to change default color for lines? Or add new colors to the color dropdown? |
am5stock.DrawingControl.new(root, {
stockChart: stockChart,
strokeColor: am5.color(0xff0000)
}) |
Hi @martynasma ,
i want to add custom color in draw control line color icon instead of default purple.
The text was updated successfully, but these errors were encountered: