Hi,

I have a csv file loaded into array using php and it looks like as follow :

Array ( [0] => version=9.0 ) 
Array ( [0] => date [1] => instance [2] => MSU TX [3] => MSU RX [4] => 
Octets TX [5] => Octets RX [6] => Outage Time [7] => Retransmit due to 
Error [8] => Octet Retransmit due to error [9] => Automatic Changeover 
Array ( [0] => 2018-03-04-00:05 [1] => LK_1 [2] => 20 [3] => 10 [4] => 529 
[5] => 229 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:05 [1] => LK_2 [2] => 12 [3] => 17 [4] => 772 
[5] => 837 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:05 [1] => LK_3 [2] => 12 [3] => 18 [4] => 731 
[5] => 900 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:05 [1] => LK_4 [2] => 15 [3] => 15 [4] => 400 
[5] => 440 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:05 [1] => LK_5 [2] => 5 [3] => 15 [4] => 120 
[5] => 260 [6] => 0 [7] => 0 [8] => 0 [9] => 0  
Array ( [0] => 2018-03-04-00:05 [1] => LK_6 [2] => 10 [3] => 10 [4] => 350 
[5] => 350 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:05 [1] => LK_7 [2] => 10 [3] => 10 [4] => 350 
[5] => 350 [6] => 0 [7] => 0 [8] => 0 [9] => 0 

Array ( [0] => 2018-03-04-00:10 [1] => LK_1 [2] => 20 [3] => 10 [4] => 529 
[5] => 229 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:10 [1] => LK_2 [2] => 12 [3] => 17 [4] => 772 
[5] => 837 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:10 [1] => LK_3 [2] => 12 [3] => 18 [4] => 731 
[5] => 900 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:10 [1] => LK_4 [2] => 15 [3] => 15 [4] => 400 
[5] => 440 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:10 [1] => LK_5 [2] => 5 [3] => 15 [4] => 120 
[5] => 260 [6] => 0 [7] => 0 [8] => 0 [9] => 0  
Array ( [0] => 2018-03-04-00:10 [1] => LK_6 [2] => 10 [3] => 10 [4] => 350 
[5] => 350 [6] => 0 [7] => 0 [8] => 0 [9] => 0 
Array ( [0] => 2018-03-04-00:10 [1] => LK_7 [2] => 10 [3] => 10 [4] => 350 
[5] => 350 [6] => 0 [7] => 0 [8] => 0 [9] => 0 

and I would like to plot each "[1] LK_x" using the values for column [2]- 
[9]
y-axis is column [0] 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/6ab4bcef-966e-4de2-9482-473215b66212%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to