create a chart comparing the price of Sun bear gallbladder to the price of other things per gram
9de9110 verified | 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 ; | |
| } | |
| @media (max-width: 768px) { | |
| .chart-container { | |
| height: 300px; | |
| } | |
| } |