The result of the execution of the function below is "Last serie does not have enough data columns (missing 3)"function drawVisualization() { var data = google.visualization.arrayToDataTable([ ['10:01', 30, 32, 35, 39,'teste'], ['10:02', 33, 35, 37, 37,'teste'], ['10:09', 36, 40, 37, 40,'teste'] // Treat first row as data as well. ], true); Someone told about role:tooltip but i dont know how to use it. Is is a candlestick chart.Could someone correct the code?Thanks!