don't display dots on the karma graph
This commit is contained in:
parent
03047c458f
commit
3e9302c89c
@ -29,6 +29,8 @@
|
||||
}
|
||||
]
|
||||
};
|
||||
var myLineChart = new Chart(ctx).Line(data);
|
||||
var myLineChart = new Chart(ctx).Line(data, {
|
||||
pointDot: false
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user