indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.86k stars 661 forks source link

Questions regarding bar chart usage #485

Open k-ibr opened 3 years ago

k-ibr commented 3 years ago

I have a few questions on the use of bar charts:

Thanks in advance!

tiggem1993 commented 3 years ago

I am also having few doubts related bar charts!!!

What is the minimal support for iOS and Android?

I am working on React Native App project where I have to display interactive bar chart. As shown in attracted screenshot. App is working on both iOS and Android devices. Where we are currently providing minimal iOS and Android app support as following:

1. Android 4.3.x / Jelly Bean / API level 18 
2. iOS 9.0 or later
3. iPadOS 9.0 or later.

Requirement:

In bar chart, every bar will be clickable. When user click on any bar, the relative information will be display below the chart accordingly.

Query

So please let me know

  1. What will be the minimal support of your library on both operating system (iOS & Android)?
  2. Is your bar chart providing click event to achieve our requirement?

Current dependencies

Currently project is running with following React framework versions:

  1. React Native : 0.63.4
  2. React : 16.13.1

discovery researcher life_topic_agricultural-sciences_128849020469_page=1(iPhone 6_7_8) (1)

Pom-Veerawat commented 2 months ago

any work around?