Skip to content

Commit

Permalink
larger marker, color red, no line, scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jkokenge committed Apr 17, 2015
1 parent 6cb41fd commit b6c98ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion myproject/insps/templates/insps/estab.html
Expand Up @@ -45,7 +45,7 @@ <h2 id="estab_name_header">{{ estab.0.estab_id.name }}, {{ estab.0.estab_id.addr
$(function () {
$('#estab_chart').highcharts({
chart: {
type: 'line'
type: 'scatter'
},
title: {
text: 'Inspection Results',
Expand Down Expand Up @@ -78,6 +78,12 @@ <h2 id="estab_name_header">{{ 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'
}
}]
});
Expand Down

0 comments on commit b6c98ef

Please sign in to comment.