// Spline w/Plotlines
const chart1desc = `
<p> Helsinki temperatures rise steadily from winter lows below zero to
a summer peak around July, before cooling again toward December.
Summer (May–September) is highlighted as the warmest period. </p>
<ul>
<li>X-axis: Months January–December</li>
<li>Y-axis: Temperature in °C, range –10°C to 20°C</li>
</ul>
<ul>
<li>Highest value: ~17°C in July</li>
<li>Lowest value: ~–6°C in February</li>
<li>Summer period marked: May–September</li>
<li>Crosses above freezing (0°C) in April, falls below again
in November</li>
</ul>
`;
// Stacked column
const chart2desc = `
<p>Tokyo leads in both Espresso consumption and overall total.</p>
<ul>
<li>X-axis: HQ, Berlin, New York, Tokyo</li>
<li>Y-axis: Cups of Coffee, range 0–400</li>
</ul>
<ul>
<li>Highest value: 360 total cups in Tokyo</li>
<li>Lowest value: 260 total cups in Berlin</li>
</ul>
`;
// Big heatmap
const chart3desc = `
<p>Temperatures vary by both season and time of day, with the
warmest conditions in July and cooler periods at the start and
end of the year. </p>
<ul>
<li>X-axis: Months January–December (2023)</li>
<li>Y-axis: Hours of the day (0:00–18:00)</li>
<li>Range: –10°C to 20°C</li>
</ul>
<ul>
<li>Highest temperatures: July, reaching around 20°C</li>
<li>Lowest temperatures: January, dropping to –10°C</li>
<li>Daytime generally warmer than nighttime across all months</li>
</ul>
`;
// Gauge
const chart4desc = `
<p> The needle points to about 92%, which sits in the yellow watch zone.
The scale is color-coded to show healthy, watch, and overspend ranges. </p>
<ul>
<li>Current value: ~92% (yellow watch zone)</li>
<li>Threshold for watch: above 80%</li>
...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.