# Chart
With careful, minimal styling choices, TRMNL can display a variety of numerical or time centric content as charts and graphs.
### Usage
Any CDN-enabled JavaScript library may be used to develop charting interfaces,
however the examples below leverage [Highcharts](https://highcharts.com) and [Chartkick](https://chartkick.com).
If you set the `height: null` within your highchart's settings, the chart will automatically expand to fill the available space.
Take care to disable animation effects, otherwise your chart may be only partially captured by TRMNL's screenshot rendering service.
#### Line Chart
Line charts effectively display trends over time. This example shows a simple line chart with customized styling to match the TRMNL aesthetic.
25,388Pageviews
4,771Visitors
2.23Mins on Page
ChartsLine Chart
Simple Analytics
trmnl.com
#### Multi-Series Line Chart
For comparing data across multiple time periods or categories, multi-series line charts are ideal. This example demonstrates a comparison between current and previous period data with distinct styling for each series.
$85,240Total Sales
32Pending Orders
Jul 01 - Jul 15 Current
$128AOV
665Fulfilled Orders
Jun 15 - Jun 30 Previous
ChartsMulti-Series Line Chart
Charts
Multi-Series Line Chart
#### Bar Chart
Bar charts are ideal for comparing discrete categories side by side. This example displays four different metrics across multiple time periods.
$31,883Revenue
$22,910Expenses
$8,990Marketing
$14,930Operations
ChartsBar Chart
#### Gauge Chart
Gauge charts can effectively display single metrics or scores. This example shows multiple gauges in a row with a main summary gauge,
perfect for displaying daily and weekly metrics like sleep quality scores.
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
18%REM Sleep
23%Deep Sleep
12mTime to Sleep
7h 32minSleep Duration
8Toss & Turns
0.5%Snoring
ChartsGauge Chart
Previous
[Table Create data tables optimized for 1-bit rendering](/framework/docs/table)
Next
[Progress Display progress bars in different styles](/framework/docs/progress)