react-chartjs icon indicating copy to clipboard operation
react-chartjs copied to clipboard

Chart.js 2.0.2 issues

Open AustinMCrane opened this issue 9 years ago • 7 comments

I noticed the recommended chart.js version is 1.1.1 but this library is not compatible with 2.0.2.

here is a reference of some of the errors i get when using 2.0.2:

stack overflow http://stackoverflow.com/questions/36528660/react-chartjs-gives-back-a-type-error-intermediate-valuecharttype-is-not-a

my stack trace screen shot 2016-05-03 at 9 57 10 am

my implementation of Line chart screen shot 2016-05-03 at 9 58 15 am

screen shot 2016-05-03 at 9 58 37 am

AustinMCrane avatar May 03 '16 14:05 AustinMCrane

Hi there @AustinMCrane have you been using the newer v2 branch?

    "react-chartjs": "git://github.com/venari/react-chartjs.git#chartjs-v2",

dougmolineux avatar May 03 '16 15:05 dougmolineux

I'm still getting the same error with react-chartjs.git#chartjs-v2 and "chart.js@^2.1.0"

valmassoi avatar May 04 '16 19:05 valmassoi

Take a look at https://github.com/jhudson8/react-chartjs/pull/109. Using the branch that is proposed for merge there is working for me in the interim.

nrempel avatar May 05 '16 00:05 nrempel

When will the v2 version be the official?

cadubentzen avatar Jun 17 '16 03:06 cadubentzen

When will the v2 version be the official ?!

sttevan88 avatar Nov 17 '16 13:11 sttevan88

When will the v2 version be the official ?!!

vasuchawla avatar Mar 30 '17 13:03 vasuchawla

Please help us test the branch chartjs-v2. That will help us release v2 version as 2.0.0.

Jareechang avatar Jan 13 '18 23:01 Jareechang