ChartView icon indicating copy to clipboard operation
ChartView copied to clipboard

Create interaction option for ChartTypes that supports it

Open AppPear opened this issue 5 years ago • 0 comments

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

ChartView(data: [0, 5, 6, 2, 13, 4, 3, 6])
.type(BarChart(interaction: true))

More info: #89

AppPear avatar May 24 '20 19:05 AppPear