<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js">
<script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawChart);
function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('date', 'Team'); data.addColumn('value', 'Season Start Date'); data.addRows( <?php echo $dados;?>
]);
var options = {
'backgroundColor': 'transparent','curveType': 'function','is3D':true};
var chart = new google.visualization.LineChart(document.getElementById('curve_chart'));
chart.draw(data, options); } </script>i've notice that i was missing a [ after the data rows, corrected it, but stil doesn't work...
--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/d4448f7d-516e-42c4-ae07-b02a85e15771%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you put together a jsfiddle with some sample data (to replace your php inlining) that shows what you are experiencing?
On Thu, Oct 4, 2018 at 7:30 PM Joao castro pereira <joao.cast...@gmail.com> wrote:
i've notice that i was missing a [ after the data rows, corrected it, but stil doesn't work...--
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+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@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/d4448f7d-516e-42c4-ae07-b02a85e15771%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--dlali...@Google.com Cambridge MA
i believe this is what you asked...
https://jsfiddle.net/castropereira/9oe7510v/5/#&togetherjs=3230sq5BCo
sexta-feira, 5 de Outubro de 2018 às 01:29:56 UTC+1, Daniel LaLiberte escreveu:
Could you put together a jsfiddle with some sample data (to replace your php inlining) that shows what you are experiencing?
On Thu, Oct 4, 2018 at 7:30 PM Joao castro pereira <joao.cast...@gmail.com> wrote:
i've notice that i was missing a [ after the data rows, corrected it, but stil doesn't work...--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/d4448f7d-516e-42c4-ae07-b02a85e15771%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--dlali...@Google.com Cambridge MA
--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/8419d592-839f-44ed-a26a-86671a96eb46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/674e8de9-c366-4222-934c-eb131fec307e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/616ebcdd-0012-44ea-be6b-8dc58da7e623%40googlegroups.com.