Search found 1190 matches

by Marc
Tue May 09, 2023 3:46 pm
Forum: JavaScript / HTML5
Topic: Tee Chart for Angular & Draw a Painting Manually
Replies: 4
Views: 13312

Re: Tee Chart for Angular & Draw a Painting Manually

Hello,

The standard angular example has been modified. The location has changed to:

https://gitlab.com/steema/teechartjs/-/ ... ns/angular
drawline.jpg
drawline.jpg (124.78 KiB) Viewed 12987 times
The demo includes code for mouse movement and custom output to the canvas.

Regards,
Marc Meumann
by Marc
Wed May 03, 2023 2:58 pm
Forum: JavaScript / HTML5
Topic: Tee Chart for Angular & Draw a Painting Manually
Replies: 4
Views: 13312

Re: Tee Chart for Angular & Draw a Painting Manually

Hello,

This example (mousedown-drag line draw) includes code that I think is relevant to what you want:

https://www.steema.com/files/public/tee ... /lines.htm

I'll have a look to porting some elements over to the angular example,

Regards,
Marc Meumann
by Marc
Tue May 02, 2023 2:37 pm
Forum: JavaScript / HTML5
Topic: Date Format Issue
Replies: 2
Views: 12273

Re: Date Format Issue

Hello,

I've added an option in the combo here, custom3:

https://www.steema.com/files/public/tee ... tetime.htm

code:

Code: Select all

Chart1.axes.bottom.labels.dateFormat = "hh:mm:ss d-mmm-yy";
Regards,
Marc
by Marc
Thu Apr 27, 2023 8:00 am
Forum: JavaScript / HTML5
Topic: How can I use palette color or multiple grid color based on data range ?
Replies: 6
Views: 31853

Re: How can I use palette color or multiple grid color based on data range ?

Hello, This is normally achieved by using the series.colorEach property but that influences the colour of line-pointers (when visible) and not the line itself, We are modifying the TeeChart code to include colorEach for the line segments themselves. Ref: https://www.steema.com/bugs/show_bug.cgi?id=2...
by Marc
Tue Apr 25, 2023 3:15 pm
Forum: JavaScript / HTML5
Topic: What is the relevant to the AxisRect().Top in html ?
Replies: 3
Views: 12843

Re: What is the relevant to the AxisRect().Top in html ?

Hello,

You can get what you need I think, from:

Code: Select all

Chart1.chartRect
See use of ChartRect here as an argument for clipping:

https://www.steema.com/files/public/tee ... ighlow.htm

Regards,
Marc Meumann
by Marc
Tue Apr 25, 2023 2:44 pm
Forum: JavaScript / HTML5
Topic: How can I use palette color or multiple grid color based on data range ?
Replies: 6
Views: 31853

Re: How can I use palette color or multiple grid color based on data range ?

Hello, A typical application of palette would go like this: colorList = ["rgba(130,155,254,1.0)","rgba(252,209,36,1.0)","rgba(124,188,13,1.0)","rgba(253,133,47,1.0)", "rgba(253,254,252,1.0)","rgba(226,78,33,1.0)","rgba(41,56,214,1.0)","rgba(183,148,0,1.0)", "rgba(90,134,0,1.0)","rgba(210,70,0,1.0)",...
by Marc
Tue Apr 25, 2023 2:09 pm
Forum: JavaScript / HTML5
Topic: Is there any supports for Angular ?
Replies: 5
Views: 13633

Re: Is there any supports for Angular ?

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
by Marc
Tue Apr 25, 2023 7:58 am
Forum: JavaScript / HTML5
Topic: How to use changeTheme() or applyTheme in angular
Replies: 2
Views: 11965

Re: How to use changeTheme() or applyTheme in angular

Adding a note on this, recognising where you may have come across the problem with applyTheme. I've done some further checks and see that the TeeChart sourcecode that accompanies the TeeChart Angular demo, the source of which I've linked amongst these recent threads, was modified to include the appl...
by Marc
Mon Apr 24, 2023 3:46 pm
Forum: JavaScript / HTML5
Topic: How to use changeTheme() or applyTheme in angular
Replies: 2
Views: 11965

Re: How to use changeTheme() or applyTheme in angular

applyTheme is included in the public demo:

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

Regards,
Marc Meumann
by Marc
Mon Apr 24, 2023 3:44 pm
Forum: JavaScript / HTML5
Topic: Is there any supports for Angular ?
Replies: 5
Views: 13633

Re: Is there any supports for Angular ?

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
by Marc
Mon Apr 24, 2023 11:12 am
Forum: JavaScript / HTML5
Topic: Is there any supports for Angular ?
Replies: 5
Views: 13633

Re: Is there any supports for Angular ?

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