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
5209b8cd
Commit
5209b8cd
authored
Jul 05, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inline legacyStyles; it wasn't reused anyway.
parent
f75a5a51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
jquery.flot.js
jquery.flot.js
+2
-4
No files found.
jquery.flot.js
View file @
5209b8cd
...
@@ -1385,8 +1385,7 @@ Licensed under the MIT license.
...
@@ -1385,8 +1385,7 @@ Licensed under the MIT license.
tickWidth
=
opts
.
tickWidth
||
opts
.
labelWidth
||
0
,
tickWidth
=
opts
.
tickWidth
||
opts
.
labelWidth
||
0
,
tickHeight
=
opts
.
tickHeight
||
opts
.
labelHeight
||
0
,
tickHeight
=
opts
.
tickHeight
||
opts
.
labelHeight
||
0
,
maxWidth
=
tickWidth
||
axis
.
direction
===
"x"
?
Math
.
floor
(
surface
.
width
/
(
ticks
.
length
||
1
))
:
null
,
maxWidth
=
tickWidth
||
axis
.
direction
===
"x"
?
Math
.
floor
(
surface
.
width
/
(
ticks
.
length
||
1
))
:
null
,
legacyStyles
=
axis
.
direction
+
"Axis "
+
axis
.
direction
+
axis
.
n
+
"Axis"
,
layer
=
"flot-"
+
axis
.
direction
+
"-axis flot-"
+
axis
.
direction
+
axis
.
n
+
"-axis "
+
axis
.
direction
+
"Axis "
+
axis
.
direction
+
axis
.
n
+
"Axis"
,
layer
=
"flot-"
+
axis
.
direction
+
"-axis flot-"
+
axis
.
direction
+
axis
.
n
+
"-axis "
+
legacyStyles
,
font
=
opts
.
tickFont
||
"flot-tick-label tickLabel"
;
font
=
opts
.
tickFont
||
"flot-tick-label tickLabel"
;
for
(
var
i
=
0
;
i
<
ticks
.
length
;
++
i
)
{
for
(
var
i
=
0
;
i
<
ticks
.
length
;
++
i
)
{
...
@@ -2176,8 +2175,7 @@ Licensed under the MIT license.
...
@@ -2176,8 +2175,7 @@ Licensed under the MIT license.
}
}
var
box
=
axis
.
box
,
var
box
=
axis
.
box
,
legacyStyles
=
axis
.
direction
+
"Axis "
+
axis
.
direction
+
axis
.
n
+
"Axis"
,
layer
=
"flot-"
+
axis
.
direction
+
"-axis flot-"
+
axis
.
direction
+
axis
.
n
+
"-axis "
+
axis
.
direction
+
"Axis "
+
axis
.
direction
+
axis
.
n
+
"Axis"
,
layer
=
"flot-"
+
axis
.
direction
+
"-axis flot-"
+
axis
.
direction
+
axis
.
n
+
"-axis "
+
legacyStyles
,
font
=
axis
.
options
.
tickFont
||
"flot-tick-label tickLabel"
,
font
=
axis
.
options
.
tickFont
||
"flot-tick-label tickLabel"
,
tick
,
x
,
y
,
halign
,
valign
;
tick
,
x
,
y
,
halign
,
valign
;
...
...
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