Hi,
This is working for me. It solved my original problem.
Thanks,
Amos
Search found 19 matches
- Wed Aug 19, 2015 6:51 am
- Forum: JavaScript / HTML5
- Topic: DOM ToolTip on recreate chart
- Replies: 5
- Views: 17080
- Tue Aug 18, 2015 6:20 am
- Forum: JavaScript / HTML5
- Topic: DOM ToolTip on recreate chart
- Replies: 5
- Views: 17080
Re: DOM ToolTip on recreate chart
Hi, To recreate my problem it is hard because I also dynamically load html into divs. However, I made small modification to the DOM Tooltip example and this can show another problem, but it is probably the same problem. I created in this example 2 charts. When you open the page and when the charts a...
- Wed Aug 12, 2015 10:48 am
- Forum: JavaScript / HTML5
- Topic: DOM ToolTip on recreate chart
- Replies: 5
- Views: 17080
DOM ToolTip on recreate chart
Hi, I have a problem with DOM ToolTip. In my project I create a chart in my html document. I can need to remove this chart and create new one. When I do that the tooltip is not display any more. (to be more correct the left and top of the toolTip DIV are not changed and are out of the display). I th...
- Thu Jul 23, 2015 11:16 am
- Forum: JavaScript / HTML5
- Topic: Multiply left axes
- Replies: 8
- Views: 20622
Re: Multiply left axes
thanks
- Thu Jul 23, 2015 6:02 am
- Forum: JavaScript / HTML5
- Topic: Multiply left axes
- Replies: 8
- Views: 20622
Re: Multiply left axes
Hi, Thanks for your answer. is there a way I can make the left axis width fixed. Setting it to specific pixels size. I need it because I have 3 charts, and i want them to have the same x values (DateTime). So I need the charts to be exactly the same width, and it is not working like that for differe...
- Wed Jul 22, 2015 12:12 pm
- Forum: JavaScript / HTML5
- Topic: Multiply left axes
- Replies: 8
- Views: 20622
Re: Multiply left axes
Thanks,
That is working for me.
Why the width of the labels is different if i use other axis.
How can I make the width constant for all left axes that I display?
Thanks
Amos
That is working for me.
Why the width of the labels is different if i use other axis.
How can I make the width constant for all left axes that I display?
Thanks
Amos
- Tue Jul 21, 2015 9:45 am
- Forum: JavaScript / HTML5
- Topic: Multiply left axes
- Replies: 8
- Views: 20622
Re: Multiply left axes
Hi, thanks for you answer. What I wanted to do is to show on the chart each series using its own left axis, but to display only one axis. if i have 2 series, one values range are 100-200 and the other values range is 1000-2000, when i show then on same chart they are far from each other, I want to b...
- Tue Jul 21, 2015 6:50 am
- Forum: JavaScript / HTML5
- Topic: Multiply left axes
- Replies: 8
- Views: 20622
Multiply left axes
I try to use multiply left axes. an axis for each series. I look at the demo demos/axes/multiple_axes.htm and change all start end to 0-100 I want to be able to decide what axis will be visible on the left labels. If I make only one axis visible, only the series for this axis is visible and this is ...
- Wed Jul 01, 2015 1:23 pm
- Forum: JavaScript / HTML5
- Topic: Mouse Move on chart
- Replies: 1
- Views: 8409
Mouse Move on chart
Hi,
Can I catch Mouse move event on a chart.
And if I can, how?
Thanks,
Amos
Can I catch Mouse move event on a chart.
And if I can, how?
Thanks,
Amos
- Wed May 20, 2015 7:38 am
- Forum: JavaScript / HTML5
- Topic: Commercial_v2015.05.02.1.8.zip file
- Replies: 1
- Views: 8418
Commercial_v2015.05.02.1.8.zip file
Hi,
I tried to download the update. (TeeChart_for_JavaScript_Commercial_v2015.05.02.1.8.zip)
When I try to extract it, I get message that it is corrupted.
I download it using IE and chrome and got the same error.
Can you check the file?
Thanks
Amos
I tried to download the update. (TeeChart_for_JavaScript_Commercial_v2015.05.02.1.8.zip)
When I try to extract it, I get message that it is corrupted.
I download it using IE and chrome and got the same error.
Can you check the file?
Thanks
Amos
- Wed Dec 10, 2014 1:08 pm
- Forum: JavaScript / HTML5
- Topic: time date scale on graph with no data
- Replies: 3
- Views: 11527
Re: time date scale on graph with no data
This is not working well, when i add null series the format of my bottom axess is not Date/Time as I set it and it shows number.
In this specific chart I have only one Gant serie.
What I did to resolve the problem is add null point
mySer.add(null, null, startTime, startTime)
Thanks,
Amos
In this specific chart I have only one Gant serie.
What I did to resolve the problem is add null point
mySer.add(null, null, startTime, startTime)
Thanks,
Amos
- Wed Dec 10, 2014 7:34 am
- Forum: JavaScript / HTML5
- Topic: time date scale on graph with no data
- Replies: 3
- Views: 11527
time date scale on graph with no data
When there is no data on the graph the time/date scale is not visible.
Is there a way to show the time scale also when there is no data on the graph?
Is there a way to show the time scale also when there is no data on the graph?
- Sun Dec 22, 2013 8:56 am
- Forum: JavaScript / HTML5
- Topic: How can I zoom chart on iPad?
- Replies: 3
- Views: 12062
Re: How can I zoom chart on iPad?
Hi,
I checked it with the new version (v2013.10.22.1.5) , and still I can't zoom on IPad.
Is thre a way to do it?
Thanks,
Amos
I checked it with the new version (v2013.10.22.1.5) , and still I can't zoom on IPad.
Is thre a way to do it?
Thanks,
Amos
- Thu Sep 12, 2013 12:35 pm
- Forum: JavaScript / HTML5
- Topic: Script error datetime series
- Replies: 1
- Views: 8350
Script error datetime series
When in the chart there is a Date time series and before adding data to the series you draw the chart, Then when draw the chart after the data in the series you get script error when the chart draws the labels. To recreate the problem, just add the line Chart1.draw() After the line series.data.x=[];...
- Wed Jul 31, 2013 6:25 am
- Forum: JavaScript / HTML5
- Topic: custom marks
- Replies: 2
- Views: 9702
Re: custom marks
Hi,
For annotation i need to create object for each point and i need to take care where to position it.
I found what i want,
some thing like
CommentsSer.data.labels.push(MyComment);
Thanks
Amos
For annotation i need to create object for each point and i need to take care where to position it.
I found what i want,
some thing like
CommentsSer.data.labels.push(MyComment);
Thanks
Amos