JSFiddle - React, Tailwind, and code Playground

by Luis Martin

HTML

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>

<div id="container_7" style="min-width: 310px; height: 400px; margin: 0 auto"></div>

JavaScript

chartCPU = new Highcharts.chart('container_7', 
				{
					chart: {
						type: 'line'
					},
					title: {
						text: 'PDP Context 3G'
					},
					subtitle: {
						text: 'Ultimos 7 dias (31-01-2019 - 06-02-2019)'
					},
					xAxis: {
						gridLineWidth: 1,
						categories:...