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

Chart Notes cannot change icon type

1 Answer 76 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Antonija
Top achievements
Rank 1
Antonija asked on 22 Aug 2013, 09:53 AM
Hi,

i am trying to get line chart notes style as similar as it can be to 'jqplot.png'.

1. To change shape of each note, i have added .Icon like this:
.Notes(d => d.Position(ChartNotePosition.Top)
.Line(l => l.Width(0))
.Label(m => m.Text("value"). Template("${value}").Position(ChartNoteLabelPosition.Outside))
.Icon(i => i.Border(b=> b.Width(1))
.Visible(true)
.Background("green")
.Type(ChartMarkerShape.Square))
      )
But the style of the notes remained the same (as in 'pointsKendoChart.png'). Does .Icon control notes shape? Is there any other way to get the shape from 'jqplot.png'?

2. Is it possible to change background color for each label/shape (different points -> different colors, not all points -> same color)?

3. Is it possible to change position of notes to arbitrary position (top, but closer to point)?

I am using Firefox, Kendo UI Beta v2013.2.716 , jQuery v1.9.1.


Best regards,
Antonija

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 26 Aug 2013, 09:10 AM
Hi Antonija,

Thank you for the contacting us.

1) I confirm that this is a bug and I am glad to inform you that it is fixed and it will be included with the next official release of Kendo UI scheduled for the middle of September.
2) This is not supported but we will try to resolve this problems for our future releases.
3) Could you try to add different length to the notes? .Line(line => line.Length(0)

I have updated your telerik points.

Regards,
Hristo Germanov
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
Antonija
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or