Search found 71 matches

by SenSeo
Fri Apr 15, 2016 11:19 am
Forum: JavaScript / HTML5
Topic: Multiple symbols/colors in single series
Replies: 1
Views: 7230

Multiple symbols/colors in single series

Hello, We'd like to use the multiple symbols like Rectangle,Triangle,ellipse etc. and also need to apply different colours in single series. Is it possible to do with the Javascript/HTML5 teechart? If so, please do let us know how to do this? Below code is used to draw the ellipse chart. <!DOCTYPE h...
by SenSeo
Fri Apr 15, 2016 9:19 am
Forum: JavaScript / HTML5
Topic: Customize Legend Symbols
Replies: 7
Views: 16242

Re: Customize Legend Symbols

We will check with the default option and let you know the result.
by SenSeo
Fri Apr 15, 2016 9:18 am
Forum: JavaScript / HTML5
Topic: Generate bar chart based on Min and Max value
Replies: 11
Views: 25386

Re: Generate bar chart based on Min and Max value

Hello,

I have also tried with your modified code. But, still the problem remains the same.
by SenSeo
Fri Apr 15, 2016 9:16 am
Forum: JavaScript / HTML5
Topic: X-Axis DateTime format Customize issue
Replies: 12
Views: 24968

Re: X-Axis DateTime format Customize issue

Yes. Date time format is displaying as expected. The problem is, I would like to set the increment option to the bottom axes(X-Axis). I have attached the expected output as image here for your reference. If the bottom axes is an integer, we could able to set the increment option. But, for the date t...
by SenSeo
Wed Apr 13, 2016 4:05 pm
Forum: JavaScript / HTML5
Topic: X-Axis DateTime format Customize issue
Replies: 12
Views: 24968

Re: X-Axis DateTime format Customize issue

Yes. the js file "date.format.js" is added along with other reference.
by SenSeo
Wed Apr 13, 2016 9:37 am
Forum: JavaScript / HTML5
Topic: Customize Legend Symbols
Replies: 7
Views: 16242

Customize Legend Symbols

Hello Team, Using the Teechart Javascript/HTML5 library, How to customize the Legend series symbols? For example, I am using multiple series in one single chart and each series contains different symbols inside the chart. I would like to show the same symbol in legend too as per the series basis. Ca...
by SenSeo
Wed Apr 13, 2016 9:14 am
Forum: JavaScript / HTML5
Topic: X-Axis DateTime format Customize issue
Replies: 12
Views: 24968

X-Axis DateTime format Customize issue

Hello Team, We are generating the chart for Bar/Line/PointXY. We are using the date-time/date format for the X-Axis. The problem is, we are unable to customize the X-Axis date/date-time format. Below is my code, Chart1.axes.bottom.setMinMax(new Date(2000, 1, 1, 0, 0, 0).getTime(), new Date(2000, 1, ...
by SenSeo
Wed Apr 13, 2016 6:31 am
Forum: JavaScript / HTML5
Topic: Generate bar chart based on Min and Max value
Replies: 11
Views: 25386

Re: Generate bar chart based on Min and Max value

Hello Team, We have tried with your code. But still the problem remains the same. Below is my code to draw the bar and line together. <!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8" /> <script src="Scripts/TeeChart/teechart.js"></script> <script src="Scripts/TeeChart/teechart-ext...
by SenSeo
Thu Apr 07, 2016 10:05 am
Forum: JavaScript / HTML5
Topic: How to set grid background colour based on Y axis value
Replies: 1
Views: 7490

How to set grid background colour based on Y axis value

We are trying to set different background colour to grid based on Y axis value. For example : 1)The grid colour should be displayed in red upto Y axis value 50 from 0. 2) From Y axis value 50 to 100, the grid colour should be displayed in green color 3) above 100, the grid color should be displayed ...
by SenSeo
Thu Apr 07, 2016 9:53 am
Forum: JavaScript / HTML5
Topic: Generate bar chart based on Min and Max value
Replies: 11
Views: 25386

Re: Generate bar chart based on Min and Max value

Thanks for your reply. We already used the bar series to show bar for min and max values, and it worked as expected.But one problem what we found is that the bar is not aligned properly(it is moved from x axis value) when we tried to draw line on top of bar chart. Is there any way to fix alignment o...
by SenSeo
Tue Apr 05, 2016 11:50 am
Forum: JavaScript / HTML5
Topic: Generate bar chart based on Min and Max value
Replies: 11
Views: 25386

Generate bar chart based on Min and Max value

We are developing a graph to generate a bar chart based on Min and Max value which is coming from database.We are using Origin property to set min value and data value property of y axis is used to set Max value. Based on this we are able to generate a bar chart. But bar is not generated properly ba...