Search found 71 matches

by SenSeo
Wed Jun 01, 2016 10:13 am
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32137

Re: Tooltip traversing with mouse pointer.

Yes correct.
by SenSeo
Tue May 31, 2016 12:20 pm
Forum: JavaScript / HTML5
Topic: Tooltip traversing with mouse pointer.
Replies: 16
Views: 32137

Tooltip traversing with mouse pointer.

Hello, In my graph, I am using tooltip to display the details. The problem is, during the tooltip visible I am scrolling the mouse, at that time tooltip is traversing with the mouse pointer throughout the page. Below is my code to display the tooltip, var tip = new Tee.ToolTip(Chart1); tip.render = ...
by SenSeo
Thu May 19, 2016 12:16 pm
Forum: JavaScript / HTML5
Topic: Custom label with multiple series - Urgent
Replies: 7
Views: 15510

Re: Custom label with multiple series - Urgent

Hello, Thanks for your reply.I done the modification as per your instruction and attached the code below. I am still facing the first label at the left part of the bottom axis, label is not displayed at the first position of the grid. Am I missing something in the code below? <!DOCTYPE html> <html> ...
by SenSeo
Tue May 17, 2016 1:34 pm
Forum: JavaScript / HTML5
Topic: Pie labels overlap problem
Replies: 1
Views: 7179

Pie labels overlap problem

How to fix the pie chart overlap problem? . We found the fix for .Net code , but not for javascript with Html5.

http://www.teechart.net/support/viewtop ... 10&t=14601
by SenSeo
Tue May 17, 2016 1:29 pm
Forum: JavaScript / HTML5
Topic: Custom label with multiple series - Urgent
Replies: 7
Views: 15510

Re: Custom label with multiple series - Urgent

Hi, I created a sample program with test data. If you run this program, you can see the chart as attached image here. Here the problem is that x-axis start date is 26/2/2016, so the x-axis label value should start with this date from 0th grid but started from 1st grid of graph. <!DOCTYPE html> <html...
by SenSeo
Fri May 13, 2016 3:54 pm
Forum: JavaScript / HTML5
Topic: Custom label with multiple series - Urgent
Replies: 7
Views: 15510

Re: Custom label with multiple series - Urgent

Yes. I used UTC to convert all x-axis values to UTC format and assigned values to x-axis using below code and set min and max value to X-axis based on start and end date to increase the x-axis value. But the problem is that x-axis value is not displayed properly. In this case the x-axis value should...
by SenSeo
Thu May 12, 2016 2:55 pm
Forum: JavaScript / HTML5
Topic: Custom label with multiple series - Urgent
Replies: 7
Views: 15510

Custom label with multiple series - Urgent

Hi, I need to draw the multiple series based on x and y axis values. Y axis have a numeric value between 10 to 500 , X-axis has a dateTime with interval 5 minutes.To overcome the timezone issue, I populated the datetime values to label of series instead of using X-axis value property and draw the se...
by SenSeo
Wed May 11, 2016 1:17 pm
Forum: JavaScript / HTML5
Topic: Add image in Series instead of symbols.
Replies: 4
Views: 11236

Re: Add image in Series instead of symbols.

Hello,

The square border is displaying for the customized image in the chart. How to remove the square border from the customized icon? Please refer the attached image for the reference.
by SenSeo
Tue May 10, 2016 12:54 pm
Forum: JavaScript / HTML5
Topic: Customozed Tool tip
Replies: 1
Views: 6340

Customozed Tool tip

As per my requirement I need to show the tooltip with values, datetime (x-axis value) and some comment on the chart. I am able to get the value of the chart but not datetime value. Can you please guide me how I can get datetime value using below code? tip.ongettext = function (tool, text, series, in...
by SenSeo
Tue May 10, 2016 6:11 am
Forum: JavaScript / HTML5
Topic: Add image in Series instead of symbols.
Replies: 4
Views: 11236

Re: Add image in Series instead of symbols.

Thanks for your response. Its working like a charm.
by SenSeo
Tue May 10, 2016 4:04 am
Forum: JavaScript / HTML5
Topic: New PointXY series with customized symbol as Image
Replies: 2
Views: 7562

Re: New PointXY series with customized symbol as Image

Yes. Sorry for the duplication.
by SenSeo
Mon May 09, 2016 11:01 am
Forum: JavaScript / HTML5
Topic: New PointXY series with customized symbol as Image
Replies: 2
Views: 7562

New PointXY series with customized symbol as Image

I would like to give series symbol as user image and same image should apply to legend also. Please provide the sample for this same.
by SenSeo
Mon May 09, 2016 10:16 am
Forum: JavaScript / HTML5
Topic: Add image in Series instead of symbols.
Replies: 4
Views: 11236

Add image in Series instead of symbols.

Hello,

Right now we are using the symbols to draw a chart. We would like to customize the image instead of tee chart symbols. Also, the same symbol should be display in the legend section too. Is it possible to customize our own icon? If so, please share some sample code.

Thanks!
by SenSeo
Mon May 09, 2016 6:08 am
Forum: JavaScript / HTML5
Topic: Customize Legend Symbols
Replies: 7
Views: 16242

Re: Customize Legend Symbols

Thanks for the response. Now its working as expected.
by SenSeo
Fri May 06, 2016 1:12 pm
Forum: JavaScript / HTML5
Topic: Customize Legend Symbols
Replies: 7
Views: 16242

Re: Customize Legend Symbols

Thanks. We tried with the sample code. Ellipse symbol is working fine. But, Triangle symbol is not working. Also, when we customize the symbol style it is applying for all the series. Actually, we are having multiple series in a single graph and each series contains different symbols. So based on th...