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

is there a way to get rid of the circle around the noteText (stock chart)?

2 Answers 16 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeffry
Top achievements
Rank 1
Jeffry asked on 02 Jan 2014, 02:36 AM
love the noteText on the stock chart
hate the circle

can i get rid of it

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 03 Jan 2014, 09:13 AM
Hello Jeffry,

In order to achieve this you should set categoryAxis.notes.icon.border.width 0:
$("#stock-chart").kendoStockChart({
  //....
  categoryAxis: {
      notes: {
         icon: {
            border: {
                width: 0
             }
         },
      }
   }
});

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
Jeffry
Top achievements
Rank 1
answered on 03 Jan 2014, 05:44 PM
thank you
Tags
General Discussions
Asked by
Jeffry
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Jeffry
Top achievements
Rank 1
Share this question
or