Attempt at doing json
I fucked up big time. I have attempted to make a custom made chart, while, to my knowledge, one is readily available and more easily incorporated to the website design.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$(document).ready(function() {
|
||||
$(chart_id).highcharts({
|
||||
chart: chart,
|
||||
title: title,
|
||||
xAxis: xAxis,
|
||||
yAxis: yAxis,
|
||||
series: series
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user