# 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 ```swift ChartView(data: [0, 5, 6, 2, 13, 4, 3, 6]) .type(BarChart(interaction: true)) ``` More info: #89
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