We need more information to help you.  How do you plan to get the data from 
Oracle?  What programming or scripting language are you going to use on 
your server to pull the data?  There are many examples on this forum of 
using PHP to pull data from MySQL, and those can be easily adapted to use 
Oracle if you are planning to use PHP.

On Tuesday, September 24, 2013 9:39:31 AM UTC-4, João Luiz Barros wrote:
>
> Bom dia,
>
>     <script type="text/javascript" src="//www.google.com/jsapi"></script>
>>     <script type="text/javascript">
>>       google.load('visualization', '1', {packages: ['corechart']});
>>     </script>
>>     <script type="text/javascript" charset="utf-8">
>>       function drawVisualization() {
>>         // Create and populate the data table.
>>         var data = google.visualization.arrayToDataTable([
>>           ['Equipes', 'Abertos', 'Fechados'],
>>           ['Agnelo',  30,   22],
>>           ['Angelo',  40,   55],
>>           ['Bruna',  80,   78],
>>           ['João',  50,   45],
>>           ['Rafael',  40,  19]
>>         ]);
>>       
>>         // Create and draw the visualization.
>>         new 
>> google.visualization.ColumnChart(document.getElementById('visualization')).
>>             draw(data,
>>                  {title:"Relatório de Chamados Abertos x Fechados",
>>                   width:600, height:400,
>>                   hAxis: {title: "Equipes"}}
>>             );
>>       }
>>       
>>       google.setOnLoadCallback(drawVisualization);
>
>
> Precisava colocar campos no lugar dos valores.
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to