JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://cdn.zingchart.com/zingchart.min.js"></script>
<div id="myChart"></div>

JavaScript

var oData={
    "type": "line",
    "title": {
        "text": "value over time --- 38 data points"
    },
    "legend": {},
    "tooltip": {},
    "crosshair-x": {},
    "plot": {
        "valueBox": {
            "type": "max, min",
            "placement": "top",
            "visible": false
        }
    },
    "scaleX": {
        "min-value":1418947599000,
        "step":"minute",
        "transform": {
            "type": "date",
            "all": "%h:%i:%s",
            "item": {
                "visible": 0
            }
        },
        "label": {
            "text": "Time"
        },
        "zooming": true
    },
    "scaleY": {
        "label": {
            "text": "Value"
        },
        "zooming": true
    },
    "scale-x-2":{
        "min-value":1418947599000,
        "step":"minute",
        "transform": {
            "type": "date",
            "all": "%h:%i:%s",
            "item": {
                "visible": 0
            }
        }
    },
    "series":[
	{
        "values": [-0.31408204379961535, -0.3140820437996114, -0.3140820437996066, -0.3140820437996098, -0.3140820437996114, -0.31408204379960986, -0.314082043799613, -0.3140820437996122, -0.3140820437996098, -0.31408204379960664, -0.31408204379960825, -0.3140820437996067, -0.3140820437996083, -0.3140820437996114, -0.3140820437996098, -0.3140820437996154, -0.3140820437996114, -0.3140820437996123, -0.31408204379960586, -0.31408204379960913, -0.3140820437996099, -0.31408204379960825, -0.3140820437996098, -0.31408204379960664, -0.3140820437996098, -0.3140820437996114, -0.31408204379960825, -0.31408204379960986, -0.314082043799605, -0.3140820437996099, -0.31408204379960974, -0.3140820437996113, -0.31408204379961147, -0.31408204379960664, -0.3140820437996083, -0.31408204379960997, -0.3140820437996083, -0.31408204379961135],
        "scales":"scale-x,scale-y"
	},
	{
		"values": [-0.31408204379961535, -0.3140820437996114, -0.3140820437996066, -0.3140820437996098, -0.3140820437996114,...