How can I remove only the gridlines and keep the x-axis and y-axis base line in Amcharts4. I’m using Amcharts with Vuejs. Here the code of the chart component Both axis and gridlines are removed using when : This is the output graph of the above code. I need to show both x and y base axis and only the
Tag: amcharts4
Optimizing React App’s Size In Production with Amcharts
I’m using amcharts (amcharts4) with React app(generated using cra). I was able to successfully exclude few dependencies(cpexcel, canvg, pdfmake) using webpack Externals in webpack.config file (node_modules/react-scripts/config/webpack.config.js) like this: I also want to exclude the xlsx dependency, but it throws error while building with this configuration: Error is: I’m not using any csv feature of amcharts. Is there any other possible
Switching to JSON data in AmCharts not working
New user to Amcharts (and programming!) and was trying to use one of their examples (https://codepen.io/team/amcharts/pen/gOpWroQ), but when I pull the data from and external JSON file, it doesn’t work properly. The JSON structure and format is correct and I literally copied the data from the JSON file into the var data [] and it works fine. The pen is
How to conditionally set properties on XY bar chart in amCharts v4?
Hi I would like to format my XY Bar chart so that if a data value is 0, instead of showing the bulletLabel for that value in the center of the bar it will show it located at the front of the chart outside. I would like to apply these properties to the bullet label: I would thought about using
Labeling under a bubble in a bubble chart in amcharts4
I was trying to figure out how to label a bubble underneath it in amcharts 4 in a bubble chart like this: But I’m not finding anything official about it. If you push a LabelBullet onto the series, the labels are centered on the data point, then you can use dx/dy to adjust their position, but the problem is on