Skip to content

Commit

Permalink
QUICK-258: Fix [chart edge lines bug]
Browse files Browse the repository at this point in the history
Now, we often max out on the error rate: 100%, the line got cut off at the top edge.

[chart edge lines bug]: chartjs/Chart.js#4202
  • Loading branch information
dagguh committed Jul 29, 2019
1 parent 7b3ef13 commit afef5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><%= application =%> hardware exploration</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.min.js"></script>
<script src="https://unpkg.com/chart.js@2.8.0/dist/Chart.bundle.min.js"></script>
<script src="https://unpkg.com/chartjs-plugin-error-bars@1.1.0/build/Plugin.Errorbars.js"></script>
<style>
span.commit-flag {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><%= application =%> hardware exploration</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.min.js"></script>
<script src="https://unpkg.com/chart.js@2.8.0/dist/Chart.bundle.min.js"></script>
<script src="https://unpkg.com/chartjs-plugin-error-bars@1.1.0/build/Plugin.Errorbars.js"></script>
<style>
span.commit-flag {
Expand Down

0 comments on commit afef5f2

Please sign in to comment.