Hello
we have some data of bit string data type and we want to present those those data in a chart so that we can see some trend pattern of those data of bit string data type at a time line.
Any suggestion about the best approach to do this? What type of chart can best present those bit string data at a time line
Thanks.
Best Regards,Nevron Support Team
Hello, there is upper limit for the length of bit string. The maximum length can not be over 26.
eg 1: there are four bits in this example. following are data sample at four different time intervals
1001 at time one
1101 at time two
1111 at time three
1000 at time four
eg 2: there are 7 bits in this example and following are data sample at five different time intervals
1100100 at time one
1000111 at time two
1001011 at time three
1111101 at time four
1001011 at time five
thank you