animated-charts
Version:
Animated chart web components for all frameworks (React, Angular, Vue, HTML)
24 lines • 384 B
CSS
.line-chart {
width: 100%;
height: 100%;
}
.chart-svg {
width: 100%;
height: 100%;
}
.line-labels {
display: flex;
justify-content: space-between;
margin-top: 8px;
font-size: 12px;
color: #6b7280;
}
.line-chart-wrapper {
width: 100%;
}
.chart-title {
text-align: center;
font-weight: 600;
font-size: 1.1rem;
margin-bottom: 0.5rem;
}