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
b8905be5
Commit
b8905be5
authored
May 28, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mixed spaces and tabs.
parent
f24a67e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
jquery.flot.js
jquery.flot.js
+4
-4
No files found.
jquery.flot.js
View file @
b8905be5
...
@@ -660,8 +660,8 @@ Licensed under the MIT license.
...
@@ -660,8 +660,8 @@ Licensed under the MIT license.
};
};
plot
.
shutdown
=
shutdown
;
plot
.
shutdown
=
shutdown
;
plot
.
resize
=
function
()
{
plot
.
resize
=
function
()
{
var
width
=
placeholder
.
width
(),
var
width
=
placeholder
.
width
(),
height
=
placeholder
.
height
();
height
=
placeholder
.
height
();
surface
.
resize
(
width
,
height
);
surface
.
resize
(
width
,
height
);
overlay
.
resize
(
width
,
height
);
overlay
.
resize
(
width
,
height
);
};
};
...
@@ -713,7 +713,7 @@ Licensed under the MIT license.
...
@@ -713,7 +713,7 @@ Licensed under the MIT license.
// not expected behavior; avoid it by replacing them here.
// not expected behavior; avoid it by replacing them here.
if
(
opts
&&
opts
.
colors
)
{
if
(
opts
&&
opts
.
colors
)
{
options
.
colors
=
opts
.
colors
;
options
.
colors
=
opts
.
colors
;
}
}
if
(
options
.
xaxis
.
color
==
null
)
{
if
(
options
.
xaxis
.
color
==
null
)
{
...
@@ -2773,7 +2773,7 @@ Licensed under the MIT license.
...
@@ -2773,7 +2773,7 @@ Licensed under the MIT license.
if
(
$
.
isFunction
(
options
.
legend
.
sorted
))
{
if
(
$
.
isFunction
(
options
.
legend
.
sorted
))
{
entries
.
sort
(
options
.
legend
.
sorted
);
entries
.
sort
(
options
.
legend
.
sorted
);
}
else
if
(
options
.
legend
.
sorted
==
"reverse"
)
{
}
else
if
(
options
.
legend
.
sorted
==
"reverse"
)
{
entries
.
reverse
();
entries
.
reverse
();
}
else
{
}
else
{
var
ascending
=
options
.
legend
.
sorted
!=
"descending"
;
var
ascending
=
options
.
legend
.
sorted
!=
"descending"
;
entries
.
sort
(
function
(
a
,
b
)
{
entries
.
sort
(
function
(
a
,
b
)
{
...
...
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