tangled
alpha
login
or
join now
dunkirk.sh
/
cachet
0
fork
atom
a cache for slack profile pictures and emojis
0
fork
atom
overview
issues
pulls
pipelines
feat: add selection hover
dunkirk.sh
1 month ago
314173c6
29b74ffb
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+11
-3
1 changed file
expand all
collapse all
unified
split
src
dashboard.html
+11
-3
src/dashboard.html
···
333
333
display: none !important;
334
334
}
335
335
336
336
+
.u-select {
337
337
+
background: rgba(35, 134, 54, 0.2) !important;
338
338
+
border: 1px solid rgba(35, 134, 54, 0.5) !important;
339
339
+
}
340
340
+
336
341
@media (max-width: 768px) {
337
342
.dashboard {
338
343
padding: 0 1rem 1rem;
···
572
577
width: width,
573
578
height: 280,
574
579
cursor: {
575
575
-
drag: { x: true, y: false }
580
580
+
drag: { x: true, y: false },
581
581
+
points: {
582
582
+
size: 6,
583
583
+
fill: (u, seriesIdx) => u.series[seriesIdx].stroke(),
584
584
+
stroke: (u, seriesIdx) => u.series[seriesIdx].stroke(),
585
585
+
}
576
586
},
577
587
select: {
578
588
show: true,
···
629
639
stroke: '#238636',
630
640
width: 2,
631
641
fill: 'rgba(35, 134, 54, 0.1)',
632
632
-
points: { fill: '#238636', stroke: '#238636' },
633
642
},
634
643
{
635
644
label: 'Latency',
···
637
646
stroke: 'rgba(249, 115, 22, 0.5)',
638
647
width: 1,
639
648
fill: 'rgba(249, 115, 22, 0.1)',
640
640
-
points: { fill: 'rgba(249, 115, 22, 0.5)', stroke: 'rgba(249, 115, 22, 0.5)' },
641
649
}
642
650
],
643
651
hooks: {