"Slight" bug fixed
This commit is contained in:
parent
f29c46b919
commit
9ca85455af
|
@ -146,7 +146,6 @@
|
|||
Chart.defaults.global.defaultFontFamily = "Manrope Regular"
|
||||
Chart.defaults.global.defaultFontColor = "#9090AF"
|
||||
|
||||
console.log(Chart.defaults)
|
||||
const myChart = new Chart(ctx, {
|
||||
type: 'line',
|
||||
options: {
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
|
||||
<div class="sorting">
|
||||
<label for="asc">
|
||||
<input type="radio" name="sortBy" id="asc" value="asc">
|
||||
<input type="radio" name="order" id="asc" value="asc">
|
||||
Sort Ascending
|
||||
</label>
|
||||
<label for="desc">
|
||||
<input type="radio" name="sortBy" id="desc" value="desc">
|
||||
<input type="radio" name="order" id="desc" value="desc">
|
||||
Sort Descending
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user