Hi,
I have a data-table with more than 1000 rows in which for example, i plot a line chart for Name (values N1 to N1000, on X-axis) vrs Age ( values V1 to V1000 on Y-axis) sorted on age.
Is there a way using which we can select specific range of names on x-axis and have a look at the corresponding values for y-axis something similar to Annotated time line chart or what we do using chart range filter ?
Using Annotated Time Line Chart or using chart range filter there is a dependency that X-axis should be one among number, date, datetime or timeofday. But i need this for Names (Strings) here.
Can someone help me in this?
Thanks for your time!!