flot 0.8.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package flot --version 0.8.2
NuGet\Install-Package flot -Version 0.8.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="flot" Version="0.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add flot --version 0.8.2
#r "nuget: flot, 0.8.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install flot as a Cake Addin
#addin nuget:?package=flot&version=0.8.2

// Install flot as a Cake Tool
#tool nuget:?package=flot&version=0.8.2

Attractive JavaScript charts for jQuery. Please repot NuGet package issues at https://github.com/blachniet/flot-nuget/issues.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.3 429,595 4/23/2014
0.8.2 9,071 3/1/2014
0.8.1 55,243 5/24/2013

Official release notes can be found at https://github.com/flot/flot/blob/master/NEWS.md.

### Changes ###

- Added a plot.destroy method as a way to free memory when emptying the plot
  placeholder and then re-using it for some other purpose.
  (patch by Thodoris Greasidis, issue #1129, pull request #1130)

- Added a table of contents and PLUGINS link to the API documentation.
  (patches by Brian Peiris, pull requests #1064 and #1127)

- Added Ruby code examples for time conversion.
  (patch by Mike Połtyn, pull request #1182)

- Minor improvements to API.md and README.md.
  (patches by Patrik Ragnarsson, pull requests #1085 and #1086)

- Updated inlined jQuery Resize to the latest version to fix errors.
  (reported by Matthew Sabol and sloker, issues #997 ad #1081)

### Bug fixes ###

- Fixed an unexpected change in behavior that resulted in duplicate tick
  labels when using a plugin, like flot-tickrotor, that overrode tick labels.
  (patch by Mark Cote, pull request #1091)

- Fixed a regression from 0.7 where axis labels were given the wrong width,
  causing them to overlap at certain scales and ignore the labelWidth option.
  (patch by Benjamin Gram, pull request #1177)

- Fixed a bug where the second axis in an xaxes/yaxes array incorrectly had
  its 'innermost' property set to false or undefined, even if it was on the
  other side of the plot from the first axis. This resulted in the axis bar
  being visible when it shouldn't have been, which was especially obvious
  when the grid had a left/right border width of zero.
  (reported by Teq1, fix researched by ryleyb, issue #1056)

- Fixed an error when using a placeholder that has no font-size property.
  (patch by Craig Oldford, pull request #1135)

- Fixed a regression from 0.7 where nulls at the end of a series were ignored
  for purposes of determing the range of the x-axis.
  (reported by Munsifali Rashid, issue #1095)

- If a font size is provided, base the default lineHeight on that size rather
  that the font size of the plot placeholder, which may be very different.
  (reported by Daniel Hoffmann Bernardes, issue #1131, pull request #1199)

- Fix broken highlighting for right-aligned bars.
  (reported by BeWiBu and Mihai Stanciu, issues #975 and #1093, with further
  assistance by Eric Byers, pull request #1120)

- Prevent white circles from sometimes showing up inside of pie charts.
  (reported by Pierre Dubois and Jack Klink, issues #1128 and #1073)

- Label formatting no longer breaks when a page contains multiple pie charts.
  (reported by Brend Wanders, issue #1055)

- When using multiple axes on opposite sides of the plot, the innermost axis
  coming later in the list no longer has its bar drawn incorrectly.
  (reported by ryleyb, issue #1056)

- When removing series labels and redrawing the plot, the legend now updates
  correctly even when using an external container.
  (patch by Luis Silva, issue #1159, pull request #1160)

- The pie plugin no longer ignores the value of the left offset option.
  (reported by melanker, issue #1136)

- Fixed a regression from 0.7, where extra padding was added unnecessarily to
  sides of the plot where there was no last tick label.
  (reported by sknob001, issue #1048, pull request #1200)

- Fixed incorrect tooltip behavior in the interacting example.
  (patch by cleroux, issue #686, pull request #1074)

- Fixed an error in CSS color extraction with elements outside the DOM.
  (patch by execjosh, pull request #1084)

- Fixed :not selector error when using jQuery without Sizzle.
  (patch by Anthony Ryan, pull request #1180)

- Worked around a browser issue that caused bars to appear un-filled.
  (reported by irbian, issue #915)