Multi-panel-like charts with amCharts 4
amCharts supported multiple value axes since the early versions. “Classic” multi-value-axis chart positions axes next to each other: With amCharts 4 you can take multi-axis charts to the next level by spreading axes vertically or horizontally: You achieve this by simply setting chart.leftAxesContainer.layout = “vertical” in the example above. Or chart.bottomAxesContainer.layout = “horizontal”; in the […]