Giter VIP home page Giter VIP logo

condiformat.js's Introduction

condiFormat

This is a simple plugin for jQuery to allow conditional formatting. It separates the workload into smaller chunks and runs async to avoid keeping the browser busy for too long. The async properties along with other properties can be changed via the options parameter

Usage example
$('table#mainTable td').condiFormat({'midColor': '#FFFFFF'});
Options
  • highColor
    Color of the highest value. Default: #4CAF50
  • midColor
    Color of the middle value. Default: #FFEB3B
  • lowColor
    Color of the lowest value. Default: #F44336
  • midPoint
    Value representing where the middle value will be at (percentage). Default: 0.5
  • opacity
    Opacity of the background-color that will be set. Default: 1
  • invertColorAt
    Color code sums (red + green + blue) under this value will have their text color convered to white. Default: 400
  • readBatchSize
    Items to read in one batch before allowing browser to take control for a bit. Default: 2000
  • colorBatchSize
    Items colored in one batch before allowing browser to take control for a bit. Default: 200
  • transitionSpeed
    Conditional formatting color transition speed in ms (0 = disabled). Default: 0
  • callback
    Allows passing a function that will be called once the coloring is finished. No default value

condiformat.js's People

Contributors

tlaanemaa avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.