npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

oncloud.flot

v0.0.2

Published

This adapter draws charts with Flot in oncloud.

Downloads

7

Readme

Logo

oncloud.flot

=================

NPM version Downloads

NPM

Draw charts with flot

gulp languages2words

Example Example Example Example Example Example Example Example

To use the charts one of the history adapters is required: history, sql or InfluxDB

To edit created chart again, you should replace index.html with edit.html and call this link in browser, e.g:

http://localhost:8082/flot/index.html?l%5B0%5D%5Bid%5D=system.adapter.admin.0.memRss

to

http://localhost:8082/flot/edit.html?l%5B0%5D%5Bid%5D=system.adapter.admin.0.memRss

How to use

  • install "web"-adapter and create one instance if not installed.
  • Select in settings of "web"-adapter the instance of installed "socket.io"-instance.
  • install "flot"-adapter and call
  • Go to http://ip:8082/flot/edit.html

Changelog

1.9.1 (2018-06-04)

  • (bluefox) Added dashed lines
  • (bluefox) All JS files together are concatenated
  • (bluefox) Show days of week (dow) in time axis.

1.8.0 (2018-05-04)

  • (bluefox) Optimize communication

1.7.9 (2018-05-01)

  • (bluefox) Added support of multi-languages in names

1.7.7 (2018-03-04)

  • (Apollon77) fix month range

1.7.6 (2018-02-16)

  • (Apollon77) remove alert windows from errors, log instead

1.7.5 (2018-01-13)

  • (bluefox) try to fix small error

1.7.4 (2018-01-05)

  • (bluefox) The loading via cloud is fixed

1.7.1 (2017-12-14)

  • (bluefox) Fixed the loading of presets
  • (bluefox) Added new date formats for X axis

1.7.0 (2017-10-17)

  • (bluefox) Add presets

1.6.2 (2017-08-12)

  • (bluefox) Show chart at start

1.6.1 (2017-03-25)

  • (bluefox) Change edit layout

1.5.9 (2017-02-27)

  • (bluefox) New color picker
  • (bluefox) If 'none' for title selected => do not show any title
  • (bluefox) add date format 'dd.mm.'

1.5.8 (2017-02-01)

  • (bluefox) Add series as X ticks

1.5.7 (2017-01-26)

  • (bluefox) Small fix in smoothing algorithm

1.5.6 (2016-11-04)

  • (bluefox) fix marking line

1.5.4 (2016-10-13)

  • (bluefox) remove area, line plot
  • (bluefox) add fill value, points option

1.5.3 (2016-10-08)

  • (bluefox) Allow using of IDs in the marking
  • (bluefox) Support of filled markings

1.5.2 (2016-09-30)

  • (bluefox) fix range and offset if month or year
  • (bluefox) fix after comma settings

1.5.1 (2016-09-15)

  • (bluefox) Filter IDs depends on storage instance

1.5.0 (2016-09-10)

  • (bluefox) Support of marking lines

1.4.0 (2016-08-30)

  • (bluefox) support bar chart (only one bar chart possible)

1.3.5 (2016-08-14)

  • (bluefox) support of web-sockets force

1.3.4 (2016-07-23)

  • (nobodyMO) Add app support
  • (nobodyMO) Fix for jquery to the current version in vis

1.3.3 (2016-06-16)

  • (bluefox) remove RTL direction in id field

1.3.2 (2016-06-13)

  • (bluefox) add settings for border color and border width
  • (bluefox) make splines work

1.3.1 (2016-06-07)

  • (bluefox) add spline file

1.3.0 (2016-05-29)

  • (bluefox) add animation
  • (bluefox) remove smoothing, because does not work
  • (bluefox) try to add splines, but it does not work always

1.2.5 (2016-05-28)

  • (bluefox) do not include nulls by smoothing

1.2.4 (2016-05-27)

  • (bluefox) show edit button

1.2.3 (2016-05-25)

  • (bluefox) fix digits after comma
  • (bluefox) fix start and finish points

1.2.2 (2016-05-22)

  • (bluefox) change default aggregation name
  • (bluefox) add units in tooltip

1.2.1 (2016-05-13)

  • (bluefox) implement loading indicator

1.2.0 (2016-05-05)

  • (bluefox) implement zoom and pan
  • (bluefox) support ms
  • (bluefox) support m4
  • (bluefox) support of pan and zoom on touchable devices
  • (bluefox) support of 3 types of "null" handling: use nulls, use last value instead of null, use 0 instead of 0
  • (bluefox) update interval in seconds
  • (bluefox) smoothing and "after comma" per variable

1.1.0 (2016-04-09)

  • (bluefox) change splash screen
  • (bluefox) ignoreNull per variable
  • (bluefox) fix x axis

1.0.0 (2016-04-09)

  • (bluefox) enable editing of created charts
  • (bluefox) enable set of label colors
  • (bluefox) enable set of window background

0.2.6 (2016-02-24)

  • (Pmant) remove ignore null per state

0.2.5 (2016-02-14)

  • (Pmant) add ignore null per state
  • (Pmant) change commonYAxis per state

0.2.4 (2016-01-31)

  • (ldsign) Title/help attribute for lineWidth and ShadowSize table head
  • (ldsign) option for shadowSize
  • (nobodyMO) Add option commonYAxis
  • (bluefox) add favicon and title

0.2.3 (2016-01-26)

  • (ldsign) user selectable time (hours/minutes) for static timeArt

0.2.2 (2015-12-17)

  • (bluefox) fix SelectID for safary

0.2.1 (2015-12-14)

  • (Smiling_Jack) support of new History concept
  • (Smiling_Jack) new editor & working on axis
  • (bluefox) add onchange aggregation
  • (Smiling_Jack) add ignoreNull
  • (Smiling_Jack) working on flot nav
  • (bluefox) import old settings

0.1.1 (2015-07-13)

  • (bluefox) fix time format

0.1.0 (2015-07-10)

  • (bluefox) lines are implemented

0.0.2 (2015-07-09)

  • (bluefox) implement title and sort points

0.0.1 (2015-03-27)

  • (bluefox) initial commit

License

The MIT License (MIT)

Copyright (c) 2014-2018 bluefox[email protected]