Skip to content

Commit

Permalink
Merge pull request #88 from Fgerthoffert/develop
Browse files Browse the repository at this point in the history
Converted lines to straight for the focus chart
  • Loading branch information
Fgerthoffert committed Feb 23, 2020
2 parents 7fa095e + 24e7f1a commit 94a1042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/components/Charts/ChartJS/HistoryFocusChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class HistoryFocusChart extends Component<any, any> {
borderColor: 'rgb(54, 162, 235)',
type: 'line',
fill: true,
lineTension: 0,
pointRadius: 5,
},
{
Expand All @@ -65,6 +66,7 @@ class HistoryFocusChart extends Component<any, any> {
borderColor: 'rgb(255, 99, 132)',
type: 'line',
fill: true,
lineTension: 0,
pointRadius: 5,
},
{
Expand All @@ -83,6 +85,7 @@ class HistoryFocusChart extends Component<any, any> {
borderColor: 'rgb(201, 203, 207)',
type: 'line',
fill: true,
lineTension: 0,
pointRadius: 5,
},
],
Expand Down

0 comments on commit 94a1042

Please sign in to comment.