Search found 71 matches

by SenSeo
Mon Jul 04, 2016 1:40 pm
Forum: JavaScript / HTML5
Topic: Legend is not properly displayed on mobile view.
Replies: 2
Views: 9040

Re: Legend is not properly displayed on mobile view.

Hi, Thank you for your reply. I am using Google device toolbar to test the mobile devices like iphone 5/6 . I tested the demo application that is shared here and works fine but legend part is still cut down from the chart(it seems incomplete) when I tested my application , don't know what is wrong i...
by SenSeo
Sat Jul 02, 2016 12:19 pm
Forum: JavaScript / HTML5
Topic: Legend is not properly displayed on mobile view.
Replies: 2
Views: 9040

Legend is not properly displayed on mobile view.

We have developed a page to display a chart with responsive and targeting for multiple browsers and mobile devices.We have written the below logic to display the legend at the bottom of the chart and woks fine for desktop view but facing an issue for mobile devices. When I tested it using Iphone5 an...
by SenSeo
Fri Jul 01, 2016 11:14 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Hello Yeray,

I got the solution. I used Div element mouseout instead of the document.body.

Thanks for your help.
by SenSeo
Tue Jun 28, 2016 2:46 pm
Forum: JavaScript / HTML5
Topic: Canvas not scrollable on mobile
Replies: 1
Views: 7582

Canvas not scrollable on mobile

I tested chart on mobile phone using IOS and Android device and discovered one issue: when I try to swipe down with my finger over the canvas object, the screen doesn't scroll down. Is this an "issue" with the canvas object or teechart issue on mobile or something phaser specific? Does anybody know ...
by SenSeo
Mon Jun 27, 2016 1:43 pm
Forum: JavaScript / HTML5
Topic: Tooltip is slow
Replies: 1
Views: 7228

Tooltip is slow

I have added the below CSS class and html code to achieve the chart responsive and working fine. But sometime tooltip is not showing or sometime it took more time to show tool tip. You can reproduce the same issue using sample code. Is there any way to fix the tooltip related issue? or How can we im...
by SenSeo
Wed Jun 22, 2016 5:20 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

This solution is not working for me. I am having more than 4 pages and each page contains the tee chart graph with tooltip display. If I go with the body's mousemove event, it is working only for one page. For the remaining pages tooltip is not displaying. Is there any other solution available to fi...
by SenSeo
Thu Jun 16, 2016 4:01 am
Forum: JavaScript / HTML5
Topic: Dotted/Dashed Line issue.
Replies: 3
Views: 10582

Re: Dotted/Dashed Line issue.

I have tested using the same sample code. But, still I am facing the dashed line problem. Actually, I am using Safari v5.1 on Windows 7 OS. Please refer the attachment.

Does Teechart supports all the version of Safari browser?
by SenSeo
Wed Jun 15, 2016 8:48 am
Forum: JavaScript / HTML5
Topic: Dotted/Dashed Line issue.
Replies: 3
Views: 10582

Dotted/Dashed Line issue.

Hello,

The dashed/dotted line is not working as expected in safari browser. Please refer the attached image for the reference.

Is there any browser compatibility issue in Teechart? Please let me know how to fix this dashed line issue in all browsers.

Thanks!
by SenSeo
Wed Jun 08, 2016 8:30 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Below is my sample code which is having huge amount of data's. <!DOCTYPE html> <html> <head> <title>TeeChart JavaScript Tooltips Example</title> <link type="text/css" href="../../jquery/css/ui-lightness/jquery-ui-1.8.17.custom.css" rel="Stylesheet" /> <script type="text/javascript" src="../../jquery...
by SenSeo
Tue Jun 07, 2016 8:32 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Hello,

Still we are facing the tooltip traversing issue in some scenarios. If the series data values contains N no. of records, traversing issue is happening. This is not happening for the minimum amount of data's. Any insights?
by SenSeo
Tue Jun 07, 2016 4:01 am
Forum: JavaScript / HTML5
Topic: How to apply Dashed line style for Line?
Replies: 1
Views: 7435

How to apply Dashed line style for Line?

Hello,

Would it be possible to use the dash style which means dotted line using "Line"? If so, please share javascript code to achieve that.

Thanks!
by SenSeo
Thu Jun 02, 2016 2:00 pm
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Hello,

We received the mail from you. But, it seems the attachment has been removed. Can you please share the "Teechart.js"CDN link to us?

Thanks!
by SenSeo
Thu Jun 02, 2016 1:14 pm
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Thanks!

I already tried to apply the patch fix to my teechart version. Unfortunately I was unsuccessful.
by SenSeo
Thu Jun 02, 2016 6:18 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Great to hear that you have fixed this issue. We are in the final stage of the development and we are yet to release the teechart graphs to our production as sooner. So, please share the Teechart.js library with the fix to us. It would be very helpful to us to fix this tooltip issue. Thanks in advan...
by SenSeo
Wed Jun 01, 2016 10:17 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32170

Re: Tooltip traversing with mouse pointer.

Not only for mouse pointer move... It is happening for scroll too.