Anyone know how to remove the logo from amchart 5? - amcharts5

For this is image. logoimage
I need to remove the logo from my chart.
in amchart 4 this code is work to remove the logo.
if(chart.logo){ chart.logo.disabled = true;}
but for amchart 5 it is not working anymore.

You can used this
let root = am5.Root.new('chartdiv');
/* remove amchart logo */
root._logo.dispose();

You have to buy a license - https://www.amcharts.com/online-store/
Or hide the bottom corner with a white rectangle (not recommend)

Related

Adding adapter with html content for axis labels on category axis of amcharts is causing flickering on the chart

I have use case where I need custom labels on the axis, And as per amcharts we need to use adapters for that.
So when I tried using adapters(with html as key) on the category axis it is causing the chart to flicker.
Reproduction steps:
Go to the demo link
open it in either code pen or jsFiddle which is shown in
Then in the Js file add the highlighted code in grey for the adapter usage as shown in image.
Now you can see that the chart is flickering.
Please help on the issue? Thanks :)

Oracle Apex Chart Label color

I know this is a silly one but haven't been able to fix my chart.
I have a bar chart created showing the number of Reps per Location and I want to have my label in white. What I'm doing right now is to go to the X Axe, under the Title option I'm choosing ''white'' as the Font Color. But this doesn't have any effect (label is still black).
Any ideas?
Thanks!
Edit --
Thank you for the help!
I'm not sure what I'm doing wrong, have no CSS no nothing but still it won't change the label color. Example below with dummy data on a blank new page:
X Axe:
Not that font color; scroll down to Tick Label and set its color:
Update: The Apex Team has raised a bug ticket to fix this behavior.

How to change z-index of amCharts axisGuides

I am trying to visualize a filter in my stock chart by graying out data points which are affected by the filter. I'm using axisGuides on my valueAxis in order to achieve this. However, I also have axisGuides on my categoryAxis and unfortunately, these now disappear beneath my horizontal axisGuides.
Is there any way to change the z-index of those guides? Or does anybody have a different solution?
I have adapted an official amCharts example to show what I mean:
http://jsfiddle.net/wq97ujne/
I'm setting plotAreaFillColors": '#ababab' on my stock panel and fillColor: "#ffffff" on my valueAxisGuide.
I would like for the vertical guides to be drawn in front of and not behind the white area.
You need to set above: true for the categoryAxisGuides.

Jasper iReport - how to hide pie chart label border?

Is it possible to hide the black border of pie chart labels in iReport ?. I want to keep the values but not the black border. Thanks
I dont know the direct property on ireport, but you can do a customizer on the PieChar like in the example:
http://mdahlman.wordpress.com/2010/08/18/chart-customizers-1/

Extending chart functionality in SSRS

The default chart object in the SQL Server (2005) Business Intelligence Development Studio doesn't seem to some have formatting options like :
specifying the text direction of labels in the x and y axis
adding a trendline to a bar chart
arbitrarily resizing items in a chart - for example, if I resize the chart object, everything gets resized accordingly but I can't keep the size of the chart the same while extending the area of the legend for instance.
multiline chart labels
So what I want to know is
is there any easy answer to the formatting problems mentioned above?
what websites/books/resources/examples would you recommend I look
into for extending the functionality of the chart object?
Some colleagues of mine gave up on the stock control and bought Dundas charts
The stock charts are cut down versions of Dundas.
yes you can specify the text direction of labels in the x and y axis
Go to chart properties and in the tab x and y axis enter the chart title and in the title align use the combination like left/right/center align.
you can change the legend line go to the chart properties click legend tab inside this
there is an option for "display legend inside plot area" and you can include the trendline there
you can use multiline text labels when the text limits extends
I don't see how you can resize the legend, puting inside the plot area looks ugly for pie-chart
I'd recommend go with the dundas chart components gbn suggested.
If that's not possible at least this article should solve issue 1.

Resources