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

Note Icon is not showing properly in Stock Chart Area

1 Answer 36 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Venkat Chalasani
Top achievements
Rank 1
Venkat Chalasani asked on 22 Jan 2016, 01:05 PM

Hello,

We have used notes feature in stock chart and used below settings to show notes,

notes: {
        label: {
position:
"inside",
font:"bold 12px
Arial!important",
template: "#= dataItem.Notes
#",
                cursor:"pointer",
               },
               position: "top",
        icon: {
background:
"lightgrey",
               type: "square",
rotation:
180,
              
               }
       },


But the note icon is not showing properly in Stock Chart Area,please check attached Image.
Please let us know how to fix this issue.

  

Regards,

Umesh

 

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 26 Jan 2016, 11:04 AM
Hello Umesh,

In order to avoid the issue you should set the panes.clip option to false
//....
panes: [{
    clip: 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!
 
Tags
Charts
Asked by
Venkat Chalasani
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or