Davide Violante
Davide Violante
There is no guide at the moment since I didn't investigate enough on how the API works. The only things we know is on the readme in the [inputs paragraph](https://github.com/DavideViolante/investing-com-api#inputs)...
Hi @yortug thanks for the question. I just used the Google Chrome Console, Network tab. In that tab you can find all the requests the browser send to a server...
The CSV are from ~2-3 years ago so I think they don't change so much during time. I was thinking not to use CSV format but download and convert these...
Update: since v4.3.0 the library accept a pairId as input, even if the pairId is not present in mapping.js. This allows to use ANY valid pairId from Investing.com website.
Hello, can you elaborate more how did you fix your problem, for future users? Is there a memory leak in my repo?
Right now I'm pretty busy with a job, so I'm unable to look into this. I'll try to find some time.
The code is not so different from the old repo, I think you can open a PR here and I will check it out. Thanks
Mmh I'm not sure, you should try either `\n` or `` inside a custom render function I think.
I merged and released a v3.2.0, can you please guys test it out and let me know, thanks!
To disable labels you should not add labels object (options.plugins.labels) at all in that Chart. This anwsers also your second question about enabling the plugin for just one chart. But...