Page 1 of 1

Is there any supports for Angular ?

Posted: Mon Apr 24, 2023 9:19 am
by 17795639
  • I have been facing package issues called "Teechart". there is no definition file in the package.
  • If I added manually Teecahrt with the definition file, there is a restriction to accessing some of the properties.

Re: Is there any supports for Angular ?

Posted: Mon Apr 24, 2023 11:12 am
by Marc
Hello,

I'll check with a compilation on the latest version. The public demo links the data in this way:

https://www.steema.com/files/public/tee ... echartjsA/

Regards,
Marc Meumann

Re: Is there any supports for Angular ?

Posted: Mon Apr 24, 2023 11:44 am
by 17795639
Then, Why I am getting this error?

Re: Is there any supports for Angular ?

Posted: Mon Apr 24, 2023 3:44 pm
by Marc
Hello,

I can't tell why you're seeing that error. There's not a lot to go on from that screenshot.

I've uploaded the working example here:

https://github.com/Steema/TeeChart-Java ... ns/angular

Regards,
Marc Meumann

Re: Is there any supports for Angular ?

Posted: Tue Apr 25, 2023 6:54 am
by 17795639
I follow the URLs and cloned the project and I follow the readme instruction
  • npm install @angular-devkit/build-angular
  • npm install canvas
Now :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?:

Re: Is there any supports for Angular ?

Posted: Tue Apr 25, 2023 2:09 pm
by Marc
It looks like you need to download the change made at the repository or apply the comment:

Code: Select all

//this.tChart1.applyTheme("minimal");
as described here:

https://www.steema.com/support/viewtopi ... 18&t=17897