Search found 7 matches
- Mon Jun 12, 2017 7:47 am
- Forum: JavaScript / HTML5
- Topic: typescript
- Replies: 6
- Views: 24506
Re: typescript
Hi, There are some problems with the teechart.d.ts For example using of bool instead of boolean, bounds property in IGantt is not the same as in ISeries remove path= "lib/lib.d.ts" no need for that. Also I added some properties and constructors. remove some places the declare statement. let me know ...
- Thu Jun 08, 2017 11:00 am
- Forum: JavaScript / HTML5
- Topic: datetime X Axis labels are overlaps.
- Replies: 2
- Views: 15915
Re: datetime X Axis labels are overlaps.
Hi,
adding something like
myChart.axes.bottom.labels.labelStyle = "value";
seams to fix the problem.
Thanks
Amos
adding something like
myChart.axes.bottom.labels.labelStyle = "value";
seams to fix the problem.
Thanks
Amos
- Thu Jun 08, 2017 10:40 am
- Forum: JavaScript / HTML5
- Topic: typescript
- Replies: 6
- Views: 24506
Re: typescript
Hi,
This is old definition from 2012.
In the release notes of 1.9 you had mention that you updated the Typescript definition file.
This is old definition from 2012.
In the release notes of 1.9 you had mention that you updated the Typescript definition file.
Amos9. [No ID] - TypeScript Definition file updated to TeeChart v1.9.
- Wed Jun 07, 2017 2:01 pm
- Forum: JavaScript / HTML5
- Topic: datetime X Axis labels are overlaps.
- Replies: 2
- Views: 15915
datetime X Axis labels are overlaps.
Hi, There is a problem with the drawing of a datetime X Axis when the first visible series has labels. The calculation for the steps to draw the X Axis labels is based on the series label instead of the X Axes. To recreate the problem, I modify the datetime.htm from TeeChart_for_JavaScript_Commercia...
- Mon May 29, 2017 9:19 am
- Forum: JavaScript / HTML5
- Topic: typescript
- Replies: 6
- Views: 24506
typescript
Hi,
Where can I find the updated typescript definition file?
thanks
Amos
Where can I find the updated typescript definition file?
thanks
Amos
- Tue Sep 27, 2016 9:33 am
- Forum: JavaScript / HTML5
- Topic: precision for marks and axis lables
- Replies: 2
- Views: 12952
Re: precision for marks and axis lables
I found the answer
some thing like:
var decimals = 4;
LineSer.decimals = decimals;
LineSer.vertAxis.labels.decimals = decimals;
some thing like:
var decimals = 4;
LineSer.decimals = decimals;
LineSer.vertAxis.labels.decimals = decimals;
- Tue Sep 27, 2016 7:28 am
- Forum: JavaScript / HTML5
- Topic: precision for marks and axis lables
- Replies: 2
- Views: 12952
precision for marks and axis lables
Hi,
When I have a series with values like 0.0029, 0.003, 0.0031, 0.0032
The left axis will show 0.00 and the marks on the graph also will show 0.00.
Is there a way to change the default precision?
Thanks
Amos
When I have a series with values like 0.0029, 0.003, 0.0031, 0.0032
The left axis will show 0.00 and the marks on the graph also will show 0.00.
Is there a way to change the default precision?
Thanks
Amos