We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a interaction flag for chart types that support it (bar and line) It should turn on and off the touch interactions for the charts
ChartView(data: [0, 5, 6, 2, 13, 4, 3, 6]) .type(BarChart(interaction: true))
More info: #89
The text was updated successfully, but these errors were encountered:
No branches or pull requests
v2 ticket
Ticket description:
Create a interaction flag for chart types that support it (bar and line)
It should turn on and off the touch interactions for the charts
More info: #89
The text was updated successfully, but these errors were encountered: