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
0d26732e
Commit
0d26732e
authored
Apr 13, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated docs with the point strokeColor option.
parent
89ad2980
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
API.md
API.md
+3
-2
No files found.
API.md
View file @
0d26732e
...
...
@@ -704,6 +704,7 @@ series: {
points
:
{
radius
:
number
symbol
:
"circle"
or
function
strokeColor
:
color
}
bars
:
{
...
...
@@ -781,8 +782,8 @@ connected with a straight (possibly diagonal) line or with first a
horizontal and then a vertical line. Note that this transforms the
data by adding extra points.
For points, you can specify the radius
and the symbol. The only
built-in symbol type is circles, for other types you can use a plugin
For points, you can specify the radius
, symbol, and symbol stroke color. The
only
built-in symbol type is circles, for other types you can use a plugin
or define them yourself by specifying a callback:
```
js
...
...
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