lomath
Version:
Lomath is a tensorial math library extended from lodash.
36 lines (35 loc) • 622 B
JSON
{
"chart": {
"renderTo": "hchart"
},
"title": {
"text": "My title"
},
"subtitle": {
"text": ""
},
"xAxis": {
"title": {
"text": "x-values"
},
"min": 0
},
"yAxis": {
"title": {
"text": "y-values"
},
"min": 0
},
"series": [{
"name": "Series 1",
"data": "to be injected",
"pointStart": 0,
"pointInterval": 1
}],
"tooltip": {
"borderRadius": 0,
"borderWidth": 1,
"crosshairs": [false, false]
},
"credits": false
}