@amcharts/amcharts4
Version:
amCharts 4
13 lines (12 loc) • 324 B
CSS
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #ffffff;
overflow: hidden;
margin: 0;
}
#chartdiv {
width: 100%;
max-height: 600px;
height: 100vh;
font-family: Courier New;
}