-
Notifications
You must be signed in to change notification settings - Fork 48
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
Adding Piechart support #291
base: main
Are you sure you want to change the base?
Conversation
feat: added pie elements for PieChart support
Thanks! You might want to add things in I also see you added 3 enumeration ( |
Hello! I proceeded as you suggested and implemented a test, registered the enums etc etc... When I run the test Thank you in advance :))))) |
Hello @alexarchambault |
Hello again, |
@alexarchambault I would also like to express interest in getting this merged in. |
Greetings,
I added the
Pie
trace and some needed elements (e.g.Direction
orPieTitleFont
). Is the written code going in the right direction? Also, should I write a test in theDocumentationTests
class?