Skip to content

Commit d02d0fa

Browse files
author
Your Name
committed
chart step size
1 parent 4072b29 commit d02d0fa

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

javascript/example/dev.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
7373
}
7474

7575
* {
76-
font-family: "Rajdhani", sans-serif !important;
76+
font-family: "Rajdhani", sans-serif !important; scrollbar-width: none!important;
7777
}
78+
*::-webkit-scrollbar { display: none!important; }
7879

7980
li {
8081
border-radius: 0.25rem;
@@ -310,6 +311,7 @@ ul {
310311
margin-bottom: unset !important;
311312
margin-top: 0 !important;
312313
/* margin-bottom: 10px; */
314+
padding:8px!important;
313315
text-align: center;
314316
display: flex;
315317
flex-flow: column;

javascript/example/dev.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
type: 'time',
572572
time: {
573573
unit: 'millisecond',
574-
574+
stepSize: 10, // Adjust step size to fit the typical interval between your data points
575575
displayFormats: {
576576
millisecond: 'HH:mm:ss.SSS'
577577
},

package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)