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
e08ec957
Commit
e08ec957
authored
Jan 27, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated examples index page styles.
parent
713ba770
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
77 additions
and
43 deletions
+77
-43
index.html
examples/index.html
+77
-43
No files found.
examples/index.html
View file @
e08ec957
<!DOCTYPE
HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose
.dtd">
<!DOCTYPE
html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict
.dtd">
<html>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<title>
Flot Examples
</title>
<link
href=
"layout.css"
rel=
"stylesheet"
type=
"text/css"
>
</head>
<body>
<h1>
Flot Examples
</h1>
<link
href=
"examples.css"
rel=
"stylesheet"
type=
"text/css"
>
<style>
<p>
Here are some examples for
<a
href=
"http://code.google.com/p/flot/"
>
Flot
</a>
, the Javascript charting library for jQuery:
</p>
h3
{
margin-top
:
30px
;
margin-bottom
:
5px
;
}
</style>
<script
language=
"javascript"
type=
"text/javascript"
src=
"../jquery.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"../jquery.flot.js"
></script>
<script
type=
"text/javascript"
>
$
(
function
()
{
// Add the Flot version string to the footer
$
(
"#footer"
).
prepend
(
"Flot "
+
$
.
plot
.
version
+
" – "
);
});
</script>
</head>
<body>
<div
id=
"header"
>
<h2>
Flot Examples
</h2>
</div>
<div
id=
"content"
>
<p>
Here are some examples for
<a
href=
"http://www.flotcharts.org"
>
Flot
</a>
, the Javascript charting library for jQuery:
</p>
<h3>
Basic Usage
</h3>
<ul>
<li><a
href=
"basic-usage/index.html"
>
Basic example
</a></li>
...
...
@@ -17,7 +44,7 @@
<li><a
href=
"ajax/index.html"
>
Updating graphs with AJAX
</a>
and
<a
href=
"realtime/index.html"
>
real-time updates
</a></li>
</ul>
<p>
Being interactive:
</p
>
<h3>
Interactivity
</h3
>
<ul>
<li><a
href=
"series-toggle/index.html"
>
Turning series on/off
</a></li>
...
...
@@ -27,7 +54,7 @@
<li><a
href=
"resize/index.html"
>
Automatically redraw when window is resized
</a>
(with resize plugin)
</li>
</ul>
<p>
Various features:
</p
>
<h3>
Additional Features
</h3
>
<ul>
<li><a
href=
"symbols/index.html"
>
Using other symbols than circles for points
</a>
(with symbol plugin)
</li>
...
...
@@ -41,5 +68,12 @@
<li><a
href=
"series-errorbars/index.html"
>
Plotting error bars
</a>
(with errorbars plugin)
</li>
<li><a
href=
"series-pie/index.html"
>
Pie charts
</a>
(with pie plugin)
</li>
</ul>
</body>
</div>
<div
id=
"footer"
>
Copyright
©
2007 - 2013 IOLA and Ole Laursen
</div>
</body>
</html>
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