When enabled using addClassNames: true each chart object has a class name. In this demo we target plot area border using CSS selector .amcharts-plot-area to set its style:
.amcharts-plot-area {
stroke-width: 10px;
}
When enabled using addClassNames: true each chart object has a class name. In this demo we target plot area border using CSS selector .amcharts-plot-area to set its style:
.amcharts-plot-area {
stroke-width: 10px;
}