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
Related
Image to the issue
How to give custom colors for highlights different from text colors.
The documentation states that the color_map setting sets both of them.
Additionally looking at the source code you can confirm that this is not currently possible as both swatches get the colors from the same function.
See
https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/src/themes/silver/main/ts/ui/core/color/ColorSwatch.ts#L135
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>
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
Kind of hard to describe, but I'm talking about the 'base' (not sure what else to call it) where the actual bars come out of. I see no way to hide it in the properties (or change how it looks).
Is there any way to hide this, or at least change its appearance? I've circled what I'm talking about in the image below:
Use 'showCanvasBase' attribute of the element to disable canvas base.
For ex-
<chart showCanvasBase='0' >
For more information on properties of the chart canvas, refer-
http://docs.fusioncharts.com/charts/contents/ChartSS/StackedBar3D.html#Anchor3
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: