Skip to main content

All Questions

0 votes
0 answers
141 views

Showing legend valueText in XYChart using AmCharts

I have an XYChart implemented using AmCharts 3, I wanna to show valueText next to legend labelText. I tried to set "valueText": "[[value]]" in legend object, and "legendValueText": "[[value]]" in ...
Safaa Salem's user avatar
5 votes
2 answers
2k views

How to apply horizontal alignment in amchrts legend?

I'm using amcharts to create my chart, legend is in separate container. Applying option chart.legend.align = 'right' has no effect Codepen
Andrew Chervyakov's user avatar
1 vote
1 answer
396 views

amcharts adding legand with the dynamic text

I am using amcharts for rendering the data in column charts, I need the legand to be shown along with the text of the each 'valueField'. I am trying something like this : "legend": {"horizontalGap":...
NawazSE's user avatar
  • 603
2 votes
1 answer
471 views

ClickMarker is not working in XY Amcharts

I have a requirement where I need to use customlegends in XY Amcharts. I have implemented them, but When I have added event listeners to those legends, the function wasnt triggered. I dont know the ...
user1268130's user avatar
0 votes
1 answer
1k views

Amchart Clicklabel event not working

I m fairly new to Amchart library and facing a problem with clickLabel event of legend. here is the Javascript code I have tried: var chart = AmCharts.makeChart("chartdiv", { "type": "serial", "...
Shivin Agarwal's user avatar
1 vote
1 answer
817 views

Add another field for legend in amcharts to show percentage

I am using amcharts to create a piechart for some details in codeigniter and I use pie chart with legend(http://www.amcharts.com/demos/pie-chart-with-legend/) and I made view the legend with title and ...
Lakshan Sandakelum's user avatar
1 vote
2 answers
2k views

Hiding columns with Amcharts possible via legend?

I'm currently working on a graph to display some data I have, I have a legend set up that makes it possible to show/not show certain values in the graph. However, I was wondering if the same method ...
KRAD's user avatar
  • 51
1 vote
1 answer
90 views

AmStockChart values in legend disappear after selecting a different dataset from the original

I have an AmStockChart that has a data set with more than one value. The problem that I run into is that the second value will not display, in the legend, after selecting a different data set and ...
aauberg's user avatar
  • 21