diff --git a/myproject/insps/templates/insps/estab.html b/myproject/insps/templates/insps/estab.html index e0b2c6a..82f0684 100644 --- a/myproject/insps/templates/insps/estab.html +++ b/myproject/insps/templates/insps/estab.html @@ -45,7 +45,7 @@

{{ estab.0.estab_id.name }}, {{ estab.0.estab_id.addr $(function () { $('#estab_chart').highcharts({ chart: { - type: 'line' + type: 'scatter' }, title: { text: 'Inspection Results', @@ -78,6 +78,12 @@

{{ estab.0.estab_id.name }}, {{ estab.0.estab_id.addr data: demerits_js, animation: { duration: 4000 + }, + marker: { + enabled: true, + symbol: 'circle', + radius: 9, + fillColor: 'red' } }] });