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

How to get rid of StockChart Navigator line

3 Answers 101 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 31 Oct 2014, 03:14 PM
How do I get rid of the line that appears when you zoom or move around a stockchart?  I have attached a picture to show the line in question.

Thanks,
Joe

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 31 Oct 2014, 04:34 PM
Hi Joe,

In order to achieve the expected result you should set navigator.hint.visible option to false:
$("#stock-chart").kendoStockChart({
  //....
  navigator: {
     hint: {
       visible: false
     }
  }
});

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Joe
Top achievements
Rank 1
answered on 31 Oct 2014, 06:12 PM
Is it possible to still show the dates, but hide the line?  No one can understand what the line is really there for.  
0
Iliana Dyankova
Telerik team
answered on 04 Nov 2014, 09:04 AM
Hi Joe,

The line can be hidden using the following CSS rule:
.k-chart .k-scroll {
   display: none;
}

I agree that this is not the best visual representation of a scrollbar and we'll consider a design refresh for it.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Joe
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Joe
Top achievements
Rank 1
Share this question
or