Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HS-public
flot
Commits
c0900a1d
Commit
c0900a1d
authored
Dec 12, 2012
by
Mark Côté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated API.md for %q time-series tick-label option.
parent
657a39b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
API.md
API.md
+4
-3
No files found.
API.md
View file @
c0900a1d
...
@@ -585,7 +585,7 @@ xaxis: {
...
@@ -585,7 +585,7 @@ xaxis: {
```
```
This will result in tick labels like "2000/12/24". A subset of the
This will result in tick labels like "2000/12/24". A subset of the
standard strftime specifiers are supported:
standard strftime specifiers are supported
(plus the nonstandard %q)
:
```
js
```
js
%
a
:
weekday
name
(
customizable
)
%
a
:
weekday
name
(
customizable
)
...
@@ -596,6 +596,7 @@ standard strftime specifiers are supported:
...
@@ -596,6 +596,7 @@ standard strftime specifiers are supported:
%
I
:
hours
,
12
-
hour
time
,
zero
-
padded
(
01
-
12
)
%
I
:
hours
,
12
-
hour
time
,
zero
-
padded
(
01
-
12
)
%
m
:
month
,
zero
-
padded
(
01
-
12
)
%
m
:
month
,
zero
-
padded
(
01
-
12
)
%
M
:
minutes
,
zero
-
padded
(
00
-
59
)
%
M
:
minutes
,
zero
-
padded
(
00
-
59
)
%
q
:
quarter
(
1
-
4
)
%
S
:
seconds
,
zero
-
padded
(
00
-
59
)
%
S
:
seconds
,
zero
-
padded
(
00
-
59
)
%
y
:
year
(
two
digits
)
%
y
:
year
(
two
digits
)
%
Y
:
year
(
four
digits
)
%
Y
:
year
(
four
digits
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment