JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.highcharts.com/highcharts.js"></script><script src="http://code.highcharts.com/modules/exporting.js"></script>


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

JavaScript

var chart;
$(document).ready(function() {
    chart = new Highcharts.Chart({
        chart: {
            renderTo: 'container',
            zoomType: 'x'
        },
        title: {
            text: ''
        },
        xAxis: {
            type: 'datetime'
        },
        yAxis: {
            title: {
                text: 'Measured values'
            }
        },
        series: [
            {
                marker: {
                    enabled: false,
                    states: {
                        hover: {
                            enabled: true
                        }
                    }
                },
            shadow: false,
            name: "Serie 1",
            data: [[1321766755000, 1], [1321766755000, 1], [1321770749000, 1], [1321770749000, 1], [1321771484000, 1], [1321771624000, 1], [1321772042000, 1], [1321772370000, 1], [1321772681000, 1], [1321774598000, 1], [1321774772000, 1], [1321774951000, 1], [1321774956000, 1], [1321775323000, 1], [1321777479000, 1], [1321779005000, 1], [1321780293000, 1], [1321780988000, 1], [1321781535000, 1], [1321782095000, 1], [1321782864000, 1], [1321783489000, 1], [1321783526000, 1], [1321783564000, 1], [1321783804000, 1], [1321784442000, 1], [1321785298000, 1], [1321786284000, 1], [1321787107000, 1], [1321790364000, 1], [1321791926000, 1], [1321793333000, 1], [1321798447000, 1], [1321857219000, 1], [1321858981000, 1], [1321860756000, 1], [1321864864000, 1], [1321865575000, 1], [1321865680000, 1], [1321867717000, 1], [1321867804000, 1], [1321867971000, 1], [1321868324000, 1], [1321868439000, 1], [1321869210000, 1], [1321869435000, 1], [1321869588000, 1], [1321870476000, 1], [1321871423000, 1], [1321873957000, 1], [1321876298000, 1], [1321878007000, 1], [1321881091000, 1], [1321881959000, 1], [1321882256000, 1], [1321882750000, 1], [1321883110000, 1], [1321884961000, 1], [1321901266000, 1], [1321943057000, 1], [1321944546000, 1], [1321944965000, 1], [1321945392000, 1], [1321945466000, 1],...