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.
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
$(document).ready(function() {
|
|
$(chart_id).highcharts({
|
|
chart: chart,
|
|
title: title,
|
|
xAxis: xAxis,
|
|
yAxis: yAxis,
|
|
series: series
|
|
});
|
|
}); |