Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Help with CDN #214

Description

@dkati

good evening people.i am trying to use the cdn way (script link) and show a Pie chart but i cant

i dont use "require" commands neither "import"

thanks a lot

i tryed that :
https://stackoverflow.com/questions/40716800/using-library-without-require-when-using-cdn
but i got that error:
TypeError: (new Chart(...))[chartType] is not a function

My code:
var PieChart = window['react-chartjs'].Pie;

and at render() i got :

 <PieChart>
      data={mydata}
  </PieChart>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions