Hi,
I'm facing a situation, that I need to show the title of the Y-axis. As I saw in the docs, it is possible to place the title next to Y-axis labels but there is no choice to place it on the top of the axis.
I found this workaround for Kendo UI for jQuery and I'd need something similar for Angular.
I'm able to place a div with some text on the same DOM level as kendo chart, like this
<div id="chart-title">Title</div>
<kendo-chartid="kendo-chart">
...
and to assign z-index to chart-title to be shown in the front, but it corrupts me the chart completely - it changes the font.
So is there any way how to do this?
Thanks a lot for any advice.
J