Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Flot ergänzen um ausblendbare Linien

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Flot ergänzen um ausblendbare Linien

    This topic has been deleted. Only users with topic management privileges can see it.
    • sissiwup
      sissiwup last edited by

      1. https://github.com/markrcote/flot-hiddengraphs

      nach /opt/iobroker/node_modules/iobroker.flot/www/lib/js

      Rechte auf 644 setzen

      2.````
      settings = {
      grid: {
      hoverable: (config.hoverDetail === 'true' || config.hoverDetail === true),
      backgroundColor: config.bg || undefined
      },
      yaxes: [],
      xaxes: [],
      legend: {
      show: !!config.legend,
      position: config.legend
      }

      
      durch
      
      3\.````
              settings = {
                  grid: {
                      hoverable: (config.hoverDetail === 'true' || config.hoverDetail === true),
                      backgroundColor: config.bg || undefined
                  },
                  yaxes: [],
                  xaxes: [],
                  legend: {
                      show: !!config.legend,
                      position: config.legend
                      , hideable: true
                  }
      

      ersetzen (Achtung Komma nicht vergessen!)

      ersetzen durch:

      Dann cd /opt/iobroker

      iobroker upload flot

      Und voila. (Man muss natürlich die Legende einblenden ;-))

      Vlt. kann das ja jemand in die nächste Version von flot integrieren.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      Support us

      ioBroker
      Community Adapters
      Donate
      FAQ Cloud / IOT
      HowTo: Node.js-Update
      HowTo: Backup/Restore
      Downloads
      BLOG

      446
      Online

      31.9k
      Users

      80.2k
      Topics

      1.3m
      Posts

      1
      1
      887
      Loading More Posts
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
      The ioBroker Community 2014-2023
      logo