This is a migrated thread and some comments may be shown as answers.

Line Chart Concerns

3 Answers 121 Views
Charts
This is a migrated thread and some comments may be shown as answers.
manash
Top achievements
Rank 1
manash asked on 26 Dec 2011, 12:31 PM
Greetings!!!!
Merry Christmas

Actually i am using Line Chart for doing POC for one financial website, two concerns/problems that i am facing

1) Chart where X axis starting with "0". For example stock price of Microsoft is $ 26.03 and there will be change of 6% in a whole day, then chart should start with above value of $26.03 as a starting value and not "0", else the entire chart will appear as a straight line.

2) On creating line chart, on each value there is a pointer (small round shape) which actually creating issue for displaying the chart properly. So i want to remove the same.

Kindly help me in acheiving the same. Thanks in advance

Regards
Manash Dutta

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 27 Dec 2011, 08:56 AM
Hi,

Up to your questions:

  1. I am not sure what your concern is here. Could you please send us a screenshot showing what you mean?
  2. You can set the size of the markers to 0 in order to hide them: 
    seriesDefaults: {
          type: "line",
          markers: {
              size:0
          }
    }
    Here is a demo showing this in action.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
manash
Top achievements
Rank 1
answered on 09 Jan 2012, 12:18 PM
Hi
Greetings!!!
Please find the example below link for 1st point which was unclear to you.
http://moneycentral.msn.com/investor/charts/chartdl.aspx?symbol=MSFT

Now if you see the X axis starts with Microsoft actual price but not with 0.
Please help.

Thanks in advance.

Regards
Manash
0
Hristo Germanov
Telerik team
answered on 10 Jan 2012, 02:56 PM
Hi Manash Dutta,

1) You need to set min and majorUnit for the valueAxis of the chart:

valueAxis: {
  min: 20,
  majorUnit: 6
}
All the best,
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
manash
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
manash
Top achievements
Rank 1
Hristo Germanov
Telerik team
Share this question
or