Remove text label in Kendo radar charts - charts

I'm trying to remove a label text in my Kendo radar chart, illustrated by the red box on the image below.
Does anyone know how to remove these informations from my chart?
Thanks in advance.

You can remove the labels by setting the visible property of labels to false. Please find below the code where you need to add the property.
<kendo-chart-value-axis>
<kendo-chart-value-axis-item [labels]="{ visible:false, format: 'C0' }">
</kendo-chart-value-axis-item>
</kendo-chart-value-axis>

Related

How to make the echarts tooltip scrollable?

I am working on creating the stacked clustered bar chart with echart library. But the data in the tooltip is too much and hence I need to make the tooltip scrollable. How to do it in echarts?.
You can set extraCss to make it.
You have to go into the legend component and put type: 'scroll'
https://ecomfe.github.io/echarts-doc/public/en/option.html#legend.type

PieChart in Fusion Charts - Interchange the hover and display value?

I am new to fusion charts.
How to interchange the hover value and the display value. Presently upon hover, shows the percentage value. I would need to know if the percentage and actual display value can be interchanged?
Also, if you could point to some basic documentations on fusion charts, It will help...
Here is the detail documentation. You need to use the tooltext attribute of the data element to configure what text you show on hover. Look for detail chart attributes documentation.
Hope this will solve your issue.

Make labels of ChartJS radar in a few rows

I create radar chart with ChartJS.
But when I have long labels than ChartJS scale chart and make it smaller.
The question is – can I make label text with ChartJS radar in a two rows? (usual <br>,/n doesn't work).
Seems like documentation doesn't provide this possibility.
You can use custom tooltips to use HTML elements to display the tooltip instead of canvas elements.
There is an example at https://github.com/nnnick/Chart.js/blob/v1.0.2/samples/pie-customTooltips.html for pie charts that does this.

How I hide default legend?

I want to define conditional legend. I give a colour to one thing. but when my report is running, yes the colour is setting but in a legend show different colour to same thing.In chart it shows colour which I want but in a legend it shows up different colour which in normal palette. how can i fix this ? thanks ...
A hack I would use would be in-line CSS hiding the legend element.
It's a bug! You can hide the default legend and put customised legends(images) out of the chart. I didn't get another solution. []'s

Can we draw horizontal bar char in iReport?

I want to draw horizontal stacked bar chart which will have two section. Is it possible to draw in iReport.
Thanks...
it is possible...
from properties of the normal graph select ORIENTATION as horizontal and thats it..
your task done..
as simple as that..
check out my images..
It's a bit hidden in a newer version. After selecting your chart component, you can find it after selecting Chart Plot among Properties' tabs (see picture).
Or you can type "Orientation" into Search Property field.
EDIT: For some reason there's no "Search property" field in the first screenshot. It should be located here: