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 can be applied to the columns of a graph. With the code below ; <html> <body> <!-- Styles --> <style> #chartdiv { width : 100%; height : 500px; font-size : 11px; } </style> <!-- Resources --> <script src="https://www.amcharts.com/lib/3/amcharts.js"></script> <script src="https://www.amcharts.com