tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.33k stars 744 forks source link

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

Open mcjeikk opened 2 years ago

mcjeikk commented 2 years ago

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

edew commented 2 years ago

@mcjeikk

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

mcjeikk commented 2 years ago

@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 commented 2 years ago

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

bazoukiwi commented 2 years ago

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

romfrancois commented 2 years ago

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?

DektyannikovAkim commented 1 year ago

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