Search found 71 matches

by SenSeo
Thu Jan 05, 2017 5:04 pm
Forum: JavaScript / HTML5
Topic: ToolTip - position issue
Replies: 3
Views: 13677

Re: ToolTip - position issue

Thanks for your reply.

The tooltip position issue occurs when I run the same code in the large screen monitor.

Is it possible to write my own logic to calculate cursor position and display the tooltip at that position to resolve this issue?
by SenSeo
Thu Jan 05, 2017 5:00 pm
Forum: JavaScript / HTML5
Topic: resize issue
Replies: 1
Views: 9903

resize issue

Hi, I have designed a page to create a chart with responsive support.The canvas with and height is calculated based on parent's div width and height and drawn the chart. But the problem is that graph is not displayed clearly . I have attached my sample code here <!DOCTYPE html> <html> <head> <title>...
by SenSeo
Wed Jan 04, 2017 2:18 pm
Forum: JavaScript / HTML5
Topic: ToolTip - position issue
Replies: 3
Views: 13677

ToolTip - position issue

Hi, Tooltip window is not displaying near selected mouse pointer as shown in the attached screenshot. The gap increases ( between tooltip window and selected mouse pointer) when we move the cursor to right of the graph. Below is the code what we have added to customize the tooltip appearance. Can yo...
by SenSeo
Wed Sep 21, 2016 1:31 pm
Forum: JavaScript / HTML5
Topic: 3D Pie chart using teechart with three.js WebGL™ 3D
Replies: 5
Views: 16605

Re: 3D Pie chart using teechart with three.js WebGL™ 3D

Hello,
Is there any posibility to generate 3D pie chart as attached image(3D Pie chart).?
My requirment is 1.Chart title on top 2.Legend in right side 3.Tooltip with proper alignment 4. 3D pie chart with attached image view
by SenSeo
Tue Sep 20, 2016 3:48 am
Forum: JavaScript / HTML5
Topic: 3D Pie chart using teechart with three.js WebGL™ 3D
Replies: 5
Views: 16605

Re: 3D Pie chart using teechart with three.js WebGL™ 3D

Hello,
This question is not relevant to Export as HTML5 JScript. Please split it into a new thread.
I have attached my expected 3D pie chart image for your reference. Please provide sample code for this attached 3D pie chart image with right alignment legend.
by SenSeo
Mon Sep 19, 2016 9:25 am
Forum: JavaScript / HTML5
Topic: 3D Pie chart using teechart with three.js WebGL™ 3D
Replies: 5
Views: 16605

3D Pie chart using teechart with three.js WebGL™ 3D

Hi,
I have created 3D pie chart using three.js WebGL. But my pie chart does not looks as i expected. I have attached my working copy and expected pie chart image in below attachment.
And please provide appropriate sample code for 3D pie chart for my expected pie chart image as i have attached here.
by SenSeo
Tue Aug 23, 2016 2:00 pm
Forum: JavaScript / HTML5
Topic: multi language support for Y-axis
Replies: 4
Views: 18874

Re: multi language support for Y-axis

Thanks a lot.

I have added the same code and decimal number is got formatted based on language.
by SenSeo
Thu Aug 18, 2016 4:34 pm
Forum: JavaScript / HTML5
Topic: multi language support for Y-axis
Replies: 4
Views: 18874

Re: multi language support for Y-axis

Thank you for reply. Using "ongetlabel" function, I was able to customize the Y-Axis value as per requirement.Also I want to customize the legend of pie chart( change number style based on language) but not able to do that. I have attached my code here.In this example, I have changed number style fo...
by SenSeo
Thu Aug 11, 2016 4:54 pm
Forum: JavaScript / HTML5
Topic: Piechart - percentage value display based on multi language
Replies: 2
Views: 9921

Piechart - percentage value display based on multi language

We have created a pie chart and decimal values are assigned to pie chart for chart generation . The problem is that the decimal number format is not changed when I switch from one language to another language. For example the value should change and display on segment from 4.5 to 4,5(German language...
by SenSeo
Thu Aug 11, 2016 4:34 pm
Forum: JavaScript / HTML5
Topic: multi language support for Y-axis
Replies: 4
Views: 18874

multi language support for Y-axis

Hi, We have assigned the decimal value between 0 to 30 ( like 1.1 , 2.2 , 3.3, 4.4 )to Y-axis value. This value needs to be changed automatically based on selected language. For example if I select German as language, then "," should be display instead of "." For example If it is English language th...
by SenSeo
Thu Jul 14, 2016 1:05 pm
Forum: JavaScript / HTML5
Topic: Draw dash line - mobile issue
Replies: 4
Views: 13572

Re: Draw dash line - mobile issue

Hello,

Below error is thrown when I tested this functionality using browser IE 10.Does IE 10 support this function "setLineDash() for draw the dot line on chart?

Object doesn't support property or method 'setLineDash'
by SenSeo
Mon Jul 11, 2016 4:15 pm
Forum: JavaScript / HTML5
Topic: X - Axis Date & Time value display in multi language
Replies: 4
Views: 12651

Re: X - Axis Date & Time value display in multi language

Hello,

Thank you for your reply.I think DateTimeTostring() and given solution in the above post is for Delphi Programming.But I am using Html5 & Javascript to create chart in the application, so how can we achieve the same in the Javascript language?
by SenSeo
Mon Jul 11, 2016 6:11 am
Forum: JavaScript / HTML5
Topic: X - Axis Date & Time value display in multi language
Replies: 4
Views: 12651

X - Axis Date & Time value display in multi language

Hi, We have developed multi language application with Teechart for create different type of charts. We need to display X-axis value in the format of month like 10 May, 12 May, etc. When we change the language from English to other language the X-axis month name is not translated to selected language...
by SenSeo
Mon Jul 11, 2016 5:57 am
Forum: JavaScript / HTML5
Topic: Draw dash line - mobile issue
Replies: 4
Views: 13572

Re: Draw dash line - mobile issue

Thanks. It is working now
by SenSeo
Mon Jul 04, 2016 2:05 pm
Forum: JavaScript / HTML5
Topic: Draw dash line - mobile issue
Replies: 4
Views: 13572

Draw dash line - mobile issue

Hi, I have written the below logic to draw the dash line that is displayed on the graph and works fine for desktop browsers. The problem is that the solid line is drawn when I tested using mobile devices and google mobile device tool. Also the the line( dash or sold ) is not displayed when I tested ...