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