All Projects → ioBroker → ioBroker.flot

ioBroker / ioBroker.flot

Licence: MIT license
Charts for ioBroker with flot

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ioBroker.flot

apexcharts-flow
ApexCharts.js wrapper for the Vaadin Platform
Stars: ✭ 43 (+126.32%)
Mutual labels:  charts
ioBroker.knx
connect KNX via eibd
Stars: ✭ 46 (+142.11%)
Mutual labels:  iobroker
uplot-wrappers
React and Vue.js wrappers for uPlot that allow you to work with charts declaratively inside your favorite framework
Stars: ✭ 37 (+94.74%)
Mutual labels:  charts
vistime
Pretty timelines in R.
Stars: ✭ 133 (+600%)
Mutual labels:  charts
ioBroker.homepilot20
Rademacher Homepilot 2.0 (version >= 5.0.39)
Stars: ✭ 19 (+0%)
Mutual labels:  iobroker
react-native-mp-android-chart
React Native wrapper of popular android charting library MPAndroidChart
Stars: ✭ 51 (+168.42%)
Mutual labels:  charts
ioBroker.sonoff
Control Sonoff-Tasmota devices via ioBroker
Stars: ✭ 34 (+78.95%)
Mutual labels:  iobroker
HCLineChartView
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
Stars: ✭ 22 (+15.79%)
Mutual labels:  charts
ioBroker.ecovacs-deebot
Control your Ecovacs Deebot vacuum cleaner with ioBroker
Stars: ✭ 36 (+89.47%)
Mutual labels:  iobroker
ioBroker.beckhoff
ioBroker Adapter to Communicate with Beckhoff Automation System over ADS
Stars: ✭ 14 (-26.32%)
Mutual labels:  iobroker
oxyplot-avalonia
A cross-platform plotting library for .NET. This package targets Avalonia apps.
Stars: ✭ 102 (+436.84%)
Mutual labels:  charts
Mtgdb
Mtgdb.Gui - desktop app to search MTG cards and build decks
Stars: ✭ 46 (+142.11%)
Mutual labels:  charts
ioBroker.lovelace
Visualization with Lovelace-UI
Stars: ✭ 41 (+115.79%)
Mutual labels:  iobroker
slope
C/Gtk+ data visualization library.
Stars: ✭ 91 (+378.95%)
Mutual labels:  charts
angular-fusioncharts
Angular Component for FusionCharts JavaScript Charting Library
Stars: ✭ 53 (+178.95%)
Mutual labels:  charts
chart-testing-action
A GitHub Action to lint and test Helm charts
Stars: ✭ 139 (+631.58%)
Mutual labels:  charts
gopherjs-frappe-charts
[experimental/outdated; frappe v0.07] GopherJS bindings for frappe/charts - simple Go charts for your frontend
Stars: ✭ 20 (+5.26%)
Mutual labels:  charts
yii2-highcharts-widget
HighCharts Js Widget for Yii2
Stars: ✭ 40 (+110.53%)
Mutual labels:  charts
ioBroker.repositories
Repositories for ioBroker project
Stars: ✭ 55 (+189.47%)
Mutual labels:  iobroker
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (+47.37%)
Mutual labels:  charts

Logo

ioBroker.flot

Number of Installations Number of Installations NPM version Downloads

NPM

Draw charts with flot

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

To recall a saved preset, you can either call:

http://localhost:8082/flot/**preset**.html (this lists all saved presets)

or:

http://localhost:8082/flot/**preset**.html?preset=**presetName** (this redirects to presetName directly)

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.11.0 (2022-05-26)

  • (Apollon77) Trust GetHistory results to contain ms resolution timestamps

1.10.7 (2021-08-31)

  • (sbormann) Enhanced the preset list (now shows the full link and the edit link)

1.10.6 (2020-12-21)

  • (nobodyMO) added the X value mover and Y value multiplication

1.10.4 (2020-11-13)

  • (Apollon77/harvey637) use browser timezone

1.10.2 (2020-08-09)

  • (Apollon77/jlegen) color picker in flot edit page fixed

1.10.1 (2020-08-02)

  • (sbormann) preset.html updated to allow german umlaute
  • (Apollon77) add www directory to GitHub to allow GitHub installs

1.10.0 (2020-05-14)

  • (sbormann) preset.html added to display a list of stored flot presets with direct links

1.9.2 (2018-08-18)

  • (Seqway) Translations

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-2022 bluefox[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].