Socket
Socket
Sign inDemoInstall

flot

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flot - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

13

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [2.2.0]
### Changes ###
- Added new pan modes for mouse and touch interactions.
### Bug fixes ###
- Fixed issue with empty string tick label being replaced by auto-generated label.
- Fixed issue with hovering over bars no longer working.
- Fixed tracking example to update legend again.
- Fixed issue with tooltips not being correct for stacked graphs.
## [2.0.1]

@@ -5,0 +18,0 @@

2

package.json
{
"name": "flot",
"version": "2.2.0",
"version": "2.2.1",
"main": "dist/es5/jquery.flot.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -201,4 +201,4 @@ /** ## jquery.flot.canvaswrapper

this.SVGContainer.style.left = '0px';
this.SVGContainer.style.bottom = '0px';
this.SVGContainer.style.right = '0px';
this.SVGContainer.style.height = '100%';
this.SVGContainer.style.width = '100%';
this.SVGContainer.style.pointerEvents = 'none';

@@ -205,0 +205,0 @@ this.element.parentNode.appendChild(this.SVGContainer);

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc