mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
slightly adjusted beacon histogram
This commit is contained in:
parent
b93a6a57f2
commit
d8f70c2c6e
1 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ var beaconHistogramOptions = {
|
||||||
scaleID: 'y',
|
scaleID: 'y',
|
||||||
value: 0,
|
value: 0,
|
||||||
borderColor: 'darkgrey', // Set the color to dark grey for the zero line
|
borderColor: 'darkgrey', // Set the color to dark grey for the zero line
|
||||||
borderWidth: 2, // Set the line width
|
borderWidth: 0.5, // Set the line width
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -184,11 +184,11 @@ getRxBuffer()
|
||||||
<div class="input-group mb-0 p-0 h-100 w-50 ">
|
<div class="input-group mb-0 p-0 h-100 w-50 ">
|
||||||
|
|
||||||
|
|
||||||
<button type="button" class="btn btn-secondary" disabled>
|
<button type="button" class="btn btn-outline-secondary" disabled>
|
||||||
Beacons
|
Beacons
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="form-floating border border-2">
|
<div class="form-floating border border-secondary-subtle border-1 rounded-end">
|
||||||
|
|
||||||
<Bar
|
<Bar
|
||||||
:data="beaconHistogramData"
|
:data="beaconHistogramData"
|
||||||
|
|
Loading…
Reference in a new issue