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

Line break in notes

1 Answer 125 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Jonathan Travis
Top achievements
Rank 1
Jonathan Travis asked on 27 Feb 2014, 09:13 PM
Is there a way to insert a line break in the notes?

Here is my series

 series.Line(model => model.ThisYear, model => model.ThisYearNote)
                  .Name("This Year")
                  .Axis("demand").Color("orange")
                  .Notes(note => note
                      .Position(ChartNotePosition.Top)
                      .Label(label => label
                          .Position(ChartNoteLabelPosition.Outside).Padding(7)
                          .Background("rgba(255,255,255,.7)")
                          .Border(border => border.Color("orange").Width(2).DashType(ChartDashType.Solid))))
                  .Tooltip(tooltip => tooltip.Visible(true).Color("white"));


The note may have more than one element, and I would like to have a line break for each element, I can't seem to get it working.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 28 Feb 2014, 04:38 PM
Hi Javier,

Notes text wrapping is not supported by Kendo UI Chart at this point. Actually this idea has been already submitted as a feature request at our UserVoice page - it you wish you may cast a vote, leave a comment or monitor the community's interest in it here. The more votes the suggestion collects, the higher priority will have when planning for a release. 

Regards,
Iliana Nikolova
Telerik
Tags
Charts
Asked by
Jonathan Travis
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or