charting-library-examples icon indicating copy to clipboard operation
charting-library-examples copied to clipboard

The tutorial and example how to integrate react javascript doesn't work

Open mcjeikk opened this issue 4 years ago • 6 comments

I'm following all the steps, but it shows errors from library,

There is no simple or clear tutorial about how to implement this.

How to get support of you?

image

Thanks

@edew @timocov

mcjeikk avatar Apr 06 '22 13:04 mcjeikk

@mcjeikk

It looks like these errors are from eslint, is that correct?

edew avatar Apr 06 '22 16:04 edew

@edew I don't know, I follow the steps but this is the errors show me. I have cloned the repo of charting library, and infact I create a new react project from bootstrap and I have started from there.

mcjeikk avatar Apr 06 '22 16:04 mcjeikk

@edew hello, do you have any idea how to solve that error? thanks!

mcjeikk avatar Apr 08 '22 00:04 mcjeikk

Same problem here when trying to integrate to an existing react app

bazoukiwi avatar Jun 05 '22 20:06 bazoukiwi

Hi guys!

Below is a rather long gif showing all the steps I followed to make the react-javascript example working. react-javascript-3

Could you please provide more details with regards to the issues you're facing please?

romfrancois avatar Jun 28 '22 15:06 romfrancois

Hello! Try to add the following eslint config to your package.json: "eslintIgnore": [ "charting_library", TVChartContainer ]

DektyannikovAkim avatar Aug 16 '22 12:08 DektyannikovAkim