How can we add tooltip for multi-line charts. #909
Replies: 1 comment
-
Hi @vijaydiyyala842 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I add screenshot for UX reference below.
Please give some inputs for this. As I am unable figure it out. My code as follows below.
<View style={{ flex: 1 }}>
<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
spacing={36}
noOfSections={6}
dataSet={dataset}
yAxisThickness={0}
xAxisColor="#E7E7E7"
/>
Beta Was this translation helpful? Give feedback.
All reactions