Hello,

For three weeks we have had loading problems with the used ChartWrapper 
tables in javascript.
Until now everything worked well, but currently the problem is persistent 
and occurs almost always and users have to load the corresponding pages 
several times, which implies many inconveniences when they working with 
tables.

Have there been any changes lately to any Google Visualization library, or 
what is the problem that can cause these errors?

We are using this: 

<script type="text/javascript"  src="https://www.google.com/jsapi";></script>

<script>
google.load('visualization', '1.0', {'packages':['controls']});

 $(function() {
    google.setOnLoadCallback(sendQuery);
  })

function drawDashboard(Datos) {
   
    if (Datos == null) {
      alert('Error: Invalid source data.')
      return;
    }
    else {
      Datos[0].push("CBusqueda");
    
      for(i=1;i<Datos.length;i++){
         Datos[i].push(Datos[i].toString());
      }
data = google.visualization.arrayToDataTable(Datos,false);


</script>

-- 


"Este mensaje está
dirigido de manera exclusiva a su destinatario y puede 
contener información
privada y confidencial. No lo reenvíe, copie o 
distribuya a terceros que no
deban conocer su contenido. En caso de haberlo 
recibido por error,  rogamos
lo notifique al remitente y proceda a su 
borrado, así como al de cualquier
documento que pudiera adjuntarse.



 Por 
favor tenga en cuenta que
los correos enviados vía Internet no permiten 
garantizar la confidencialidad de
los mensajes ni su transmisión de forma 
íntegra.



 Las opiniones expresadas en el
presente correo pertenecen 
únicamente al remitente y no representan
necesariamente la opinión del 
Grupo BBVA."



 "This
message is intended exclusively for the adressee and 
may contain privileged and
confidential information. Please, do not 
disseminate, copy or distribute it to
third parties who should not receive 
it. In case you have received it by
mistake, please inform the sender and 
delete the message and attachments from
your system.



 Please
keep in 
mind that e-mails sent by Internet do not allow to guarantee neither
the 
confidentiality or the integrity of the messages sent."

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/ea393c14-1a41-4ca9-96ad-2f6e8c31f05f%40googlegroups.com.

Reply via email to