I have recently downloaded the trial version of ChartIQ SDK from here and it is working fine on a React project. But when i switched to Next.js, some features are not usable anymore. I'm facing three problems on my Next.js project.
CIQ.Studies
is undefined so I cannot add studies to my chart.- Also
stxx.changeVectorType
is undefined so I cannot use drawing tools. - And only candleSticks , mountain and line types are available.
I am using the same chartiq-8.3.0.tgz
file both on my React and Next projects and it is all working fine on React but I am experiencing what I just said on Next.js. Can anyone help with me with possible solutions on that?