Is there any supports for Angular ?

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
aaron
Newbie
Newbie
Posts: 30
Joined: Mon Apr 17, 2023 12:00 am

Is there any supports for Angular ?

Post by aaron » Mon Apr 24, 2023 9:19 am

  • 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.

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Is there any supports for Angular ?

Post by Marc » Mon Apr 24, 2023 11:12 am

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
Steema Support

aaron
Newbie
Newbie
Posts: 30
Joined: Mon Apr 17, 2023 12:00 am

Re: Is there any supports for Angular ?

Post by aaron » Mon Apr 24, 2023 11:44 am

Then, Why I am getting this error?
Attachments
data.jpg
data.jpg (23 KiB) Viewed 13203 times

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Is there any supports for Angular ?

Post by Marc » Mon Apr 24, 2023 3:44 pm

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

aaron
Newbie
Newbie
Posts: 30
Joined: Mon Apr 17, 2023 12:00 am

Re: Is there any supports for Angular ?

Post by aaron » Tue Apr 25, 2023 6:54 am

I follow the URLs and cloned the project and I follow the readme instruction
  • npm install @angular-devkit/build-angular
  • npm install canvas
Now :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?:
Attachments
angular.png
angular.png (124.28 KiB) Viewed 13170 times

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Is there any supports for Angular ?

Post by Marc » Tue Apr 25, 2023 2:09 pm

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
Steema Support

Post Reply