-
-
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
Allow to pass custom LineChartPainter #32
Comments
what kind of additional data would you paint? |
I would like to add some additional text. In any case, this shouldn't matter, because I would just override paint method and repaint whatever I need. |
Ok let me investigate on it, I will back you soon |
Hi, currently we can't have a CustomPainter, because it will add non-valuable complexity, |
Hi @imaNNeoFighT are you open to PRs on this ticket? |
Hi @goatandsheep |
Could you add possibility to pass custom
LineChartPainter
toLineChart
? I would like to paint some additional data on line point click.The text was updated successfully, but these errors were encountered: