Open vijaydiyyala842 opened 4 days ago
I am using multi line charts for my project, Below is the UX reference for customised tooltip
I have also include my code as well. <LineChart height={300} width={300} dashGap={0} yAxisLabelWidth={40} yAxisLabelContainerStyle={{ paddingRight: 5 }} yAxisTextStyle={styles.yaxisText} xAxisLabelTextStyle={styles.yaxisText} xAxisLength={Dimensions.get("screen").width - 80} rulesLength={Dimensions.get("screen").width - 80} rulesColor={"#E7E7E7"} isAnimated hideDataPoints focusEnabled showDataPointLabelOnFocus onFocus={(item: any) => console.log(item, "pressed item")} spacing={36} noOfSections={6} dataSet={dataset} yAxisThickness={0} xAxisColor="#E7E7E7" />
No response
1.4.46
0.74.5
Android, iOS
None
Description
I am using multi line charts for my project, Below is the UX reference for customised tooltip
Steps to reproduce
I have also include my code as well. <LineChart height={300} width={300} dashGap={0} yAxisLabelWidth={40} yAxisLabelContainerStyle={{ paddingRight: 5 }} yAxisTextStyle={styles.yaxisText} xAxisLabelTextStyle={styles.yaxisText} xAxisLength={Dimensions.get("screen").width - 80} rulesLength={Dimensions.get("screen").width - 80} rulesColor={"#E7E7E7"} isAnimated hideDataPoints focusEnabled showDataPointLabelOnFocus onFocus={(item: any) => console.log(item, "pressed item")} spacing={36} noOfSections={6} dataSet={dataset} yAxisThickness={0} xAxisColor="#E7E7E7" />
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.46
React Native version
0.74.5
Platforms
Android, iOS
Workflow
None