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

making specific labels bold on RangeBar series

1 Answer 134 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Labhesh
Top achievements
Rank 1
Labhesh asked on 12 Sep 2016, 09:13 PM

I have created a rangebar series here: http://dojo.telerik.com/ePeLo/6

What I'd like to do is make specific x-axis labels bold or have some kind of a "marker" line (see the attached image) - that marks "Today" on the chart. So its clear to the user as to what events happened in the past. 

Thanks, 

Labhesh

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 14 Sep 2016, 06:54 AM
Hi Labhesh,

Both requirements can be achieved by using the Drawing API
- ...make specific x-axis labels bold ...
For this one you could use the visual setting of the categoryAxis label:

http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-categoryAxis.labels.visual


- ...have some kind of a "marker" line...
Here you could draw custom plotBands

http://docs.telerik.com/kendo-ui/controls/charts/how-to/custom-plot-bands


Regards,
Iliana Nikolova
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Charts
Asked by
Labhesh
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or