Your chart code (in the page) appears OK except for one major problem.
You've embedded the whole <html>...</html> document inside your document.

<div class='post-body entry-content' id='post-body-2348845876793463601'
itemprop='description articleBody'>
<html>
  <head>
    <!--Load the AJAX API-->
    <script type="text/javascript" src="
https://www.gstatic.com/charts/loader.js";></script>
    <script type="text/javascript">

      // Load the Visualization API and the line package.
      google.charts.load('current', {'packages':['line']});
...
  </head>

  <body>
    <!--Div that will hold the linechart_material chart-->
    <div id="linechart_material"></div>
  </body>
</html>
<div style='clear: both;'></div>

So don't do that.  A document should have only one head and one body.  I
don't know exactly what is happening, but apparently your document is
confused. :)



On Fri, Apr 17, 2020 at 4:58 AM Nag a Drouz <[email protected]> wrote:

> Hello,
>
> I am a newbie with Chart.
> I use your demos to incorporate visualization in my blog (blogger).
>
> When dealing with "line" i get the "rendered type error":
>
> https://nag-a-drouz-test.blogspot.com/2020/04/test-google-charts.html
>
> While when using 'pie' it works fine...
>
> https://nag-a-drouz-test.blogspot.com/2020/04/test-google-chart-pie.html
>
> All 2 codes works correctly in an alone html page...
>
> What is wrong?
>
> Than you for help
>
> --
> 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/5d968514-cc7f-4c77-aec7-00cde27e81c0%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/5d968514-cc7f-4c77-aec7-00cde27e81c0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJM23RagbajXoGZ0nm1RC7dmUk7NZzTMJO7W7%3DGBKDgGbA%40mail.gmail.com.

Reply via email to