Skip to content

Commit

Permalink
chart tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gassc committed Mar 5, 2018
1 parent 7189c55 commit 0fd3c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/static/js/summaryChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var color = Chart.helpers.color;
var timeFormat = "MM/DD/YYYY";
var summaryCountChart = new Chart(
document.getElementById("summaryCountChart"), {
type: "bar",
type: "line",
data: {
datasets: [{
label: "Total",
Expand Down Expand Up @@ -66,11 +66,11 @@ var summaryCountChart = new Chart(

var summarySalesChart = new Chart(
document.getElementById("summarySalesChart"), {
type: "bar",
type: "line",
data: {
datasets: [{
label: "Daily Profits ($)",
type: "bar",
type: "line",
backgroundColor: color(window.chartColors.green)
.alpha(0.5)
.rgbString(),
Expand Down

0 comments on commit 0fd3c1a

Please sign in to comment.