Contributing¶
Contributions are welcome through GitHub issues and pull requests.
Useful Bug Reports¶
For rendering or interaction issues, include:
- Delphi/RAD Studio version.
- Target platform.
- Steps to reproduce.
- Expected behavior.
- Actual behavior.
- Screenshot or short video.
Useful Feature Requests¶
For feature requests, include:
- the data visualization use case;
- expected API shape, if relevant;
- sample data or screenshots;
- performance constraints.
Pull Request Notes¶
Before opening a pull request:
- keep the change focused;
- avoid committing generated build output;
- test visually in the demo when changing rendering, picking, labels, transparency, or navigation;
- run the performance app when changing data loading or render behavior.