David Schnur
e08ec95749
Updated examples index page styles.
13 years ago
David Schnur
713ba7704a
Update example index page links for nesting.
13 years ago
David Schnur
a2718dbee6
Add the Flot version to each example's footer.
13 years ago
David Schnur
79c3e25fe6
Allow live resizing in the resize example.
13 years ago
David Schnur
ab7eb27c43
Flatten pie button styles so they fit in better.
13 years ago
David Schnur
cf9cb4296c
Fix the pie interactivity example.
13 years ago
David Schnur
61a13d1059
Additional code & comments cleanup.
13 years ago
David Schnur
492e97eacc
Avoid being too specific in placeholder styles.
13 years ago
David Schnur
ed791745c7
Re-styled and cleaned up all the examples.
13 years ago
David Schnur
8e8327f5d9
Add a sub-header style for per-plot labels.
13 years ago
David Schnur
0f23d23118
Pad check boxes to match the new page font size.
13 years ago
David Schnur
2eccabcf8c
Generalize placeholder styles.
...
Give any direct child of demo-containre the same style, so it can be
used for both #placeholder and #overview.
13 years ago
David Schnur
eeb1b9df28
Expand inputs to match the new page font size.
13 years ago
David Schnur
8a1180579c
Expand buttons to match the new page font size.
13 years ago
David Schnur
e05f390040
Fix plot legend padding.
...
Added explicit border-spacing to compensate for global removal of
padding. Flot should really take care of this itself; layout-critical
styles shouldn't depend on the user-agent defaults.
13 years ago
David Schnur
6bdc88c1f9
Beautified CSS used by the examples pages.
...
Slightly widened the page to account for the fact that most people have
widescreen monitors these days. Also made text larger and more legible,
and created a nice 'clipping' effect for the placeholder.
13 years ago
David Schnur
21e252ea8f
Renamed layout.css to examples.css.
13 years ago
David Schnur
707c8ed845
Reorganized examples into subdirectories.
...
To improve organization with the increasing number of examples, every
example page is now the index of its own subdirectory, which contains
all the files specific to that example.
13 years ago
Mark Côté
657a39b8f9
Unbitrotted risicle's patch from issue #49 .
...
Also fixed formatting and removed unused change to tickFormatter args.
14 years ago
Mark Côté
883dda2a20
Updated timezone-js and Olson database to fix time zones example. Updated README.
14 years ago
David Schnur
dd7793b7dc
Demonstrate use of object as borderWidth.
14 years ago
David Schnur
701f2f6e41
Style cleanup and converting spaces to tabs.
14 years ago
David Schnur
8525ea7526
Added an extra test case to the pie example.
14 years ago
David Schnur
985cccae6a
Add tickDecimals to the setting-options example.
...
It's useful to include the tickDecimals option in one of our examples,
so it's easier to test across versions. The setting-options example is
the logical place to put it.
14 years ago
Julien Thomas
b48f1aa9e7
Pie: Allow to set shadow distance and alpha of a tilted pie
14 years ago
David Schnur
2bc8791306
Cleanup of errorbars plugin and example.
...
Linked the errorbars example to the examples index page, and cleaned up
both the example and documentation at the top of the plugin.
14 years ago
David Schnur
79e6dd00ad
Merge pull request #41 from RuiPereira/errorbars_plugin
...
Added a plugin to generate error bars.
14 years ago
Rui Pereira
bc02c58d4f
Errorbars plugin and example.
...
As in http://code.google.com/p/flot/issues/detail?id=215
14 years ago
Mark Cote
a54ec4ad64
Time format now a proper subset of strftime's.
14 years ago
Mark Côté
1f484ed293
Fix minTickSize for year units.
14 years ago
Mark Côté
854292986d
Moved time-series functionality into a separate plug-in and incorporated
...
time zones.
14 years ago
Shane Reustle
98ca809afd
Prevent single slice pie charts on example page
15 years ago
Ole Laursen
1a99246c73
Change "method" to "type" in AJAX example, method doesn't exist in
...
jQuery (reported by Martin Pala)
15 years ago
Ole Laursen
93c7c941f4
New categories plugin with support for plotting categories/textual
...
data directly; also tick generators now get the whole axis rather than
just min/max
15 years ago
Ole Laursen
f5efa0d4fb
Rework interacting example slightly to make DOM text update optional
15 years ago
Ole Laursen
89bbfef517
Switch to using canvas text to draw the axis labels, fix a problem with axis box calculations
15 years ago
olau@iola.dk
a095971b6d
Add example of how to update a chart real-time (using the random walk
...
data generation idea from Doug Suerich's test case on issue 387)
git-svn-id: https://flot.googlecode.com/svn/trunk@320 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
477b6147b8
Fix some validator warnings (suggested by Colin Law)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@319 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
006708d982
Modify interacting with axis example to use getAxes instead of concat
...
trick to avoid null axes and use axis.show guard
git-svn-id: https://flot.googlecode.com/svn/trunk@309 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
d8e20bf13b
Skip loading excanvas in IE 9 in examples (thanks to Ryley Breiddal), adapt NEWS and README to mention this
...
git-svn-id: https://flot.googlecode.com/svn/trunk@293 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
09c38cdbdd
Remove accidental Javascript includes from index page
...
git-svn-id: https://flot.googlecode.com/svn/trunk@292 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
ff812d0430
Fix hover/click bug, obj might be null
...
git-svn-id: https://flot.googlecode.com/svn/trunk@287 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
eb03ceca9f
Reworded comment about defaults
...
git-svn-id: https://flot.googlecode.com/svn/trunk@282 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
fe4bef6fb1
Fix bug with tooltip in interacting.html, this makes the tooltip much smoother (fix by bdkahn)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@274 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
a7747bef23
Fix JSON to be valid and update news
...
git-svn-id: https://flot.googlecode.com/svn/trunk@273 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
414e17234b
Add resize plugin for automatically redrawing when placeholders are resized
...
git-svn-id: https://flot.googlecode.com/svn/trunk@268 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
8031f5fdf3
Support for customizing the point type through a callback when plotting points and new symbol plugin with some predefined point types (sponsored by Utility Data Corporation)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@263 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
cfe5b94998
Added new example of how to interact with the axes, not perfect but at least a start
...
git-svn-id: https://flot.googlecode.com/svn/trunk@261 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
8155391044
Some cleanup in tick generation code, added support for aligning axes
...
with alignTicksWithAxis
git-svn-id: https://flot.googlecode.com/svn/trunk@258 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
7f4937415c
Use tickLength instead of full length ticks
...
git-svn-id: https://flot.googlecode.com/svn/trunk@252 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago