Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Counter visualization enhancements #4392

Closed
wants to merge 13 commits into from
Closed

Counter visualization enhancements #4392

wants to merge 13 commits into from

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    54c5011 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    982527f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    54492ba View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    c0bcc19 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    0b2d2e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Fix wrong option name

    gabrieldutra committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    277318c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b0969 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Update utils.test.js

    - added Sum/Min/Max
    - changed visualisation -> visualization for consistence with the rest
    gabrieldutra committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    985edc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06e423 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    089f395 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Counter enhancements (#4642)

    * Counter enhancements
    
    * Code style
    
    * Allow to deselect column; don't migrate options for new visualizations; minor fixes
    
    * Secondary values editor: disable input when secondary value not available
    
    * Use row data (if available) when formatting values and tooltips
    
    * Show secondary value controls only visibility - don't disable inputs
    
    * Mve round baces around secondary value to format templates
    
    * Fix options migration bug
    
    * Render counter only if some data available
    
    * Ability to disable secondary value; place Show Secondary Value checkbox after other options
    
    * Format hints
    
    * Fix options migration bug
    
    * Tests: getCounterData
    
    * Tests: Editor
    
    * Code style
    
    * Tests: Renderer
    
    * Tests: Renderer (unit-tests)
    
    * Fix unit tests hanging on CI
    
    * CR1
    kravets-levko committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    394c931 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    ce9d591 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    2a3f66d View commit details
    Browse the repository at this point in the history