ProcessedHam's picture
create a chart comparing the price of Sun bear gallbladder to the price of other things per gram
9de9110 verified
Raw
History Blame Contribute Delete
366 Bytes
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.chart-container {
position: relative;
height: 400px;
width: 100%;
}
#oilPalmChart,
#priceComparisonChart {
margin-top: 2rem;
}
.chartjs-legend li span {
color: #33CC99 !important;
}
@media (max-width: 768px) {
.chart-container {
height: 300px;
}
}