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

Add a number of ValueIndicators #1528

Merged
merged 8 commits into from
Sep 3, 2020
Merged

Add a number of ValueIndicators #1528

merged 8 commits into from
Sep 3, 2020

Conversation

philippjfr
Copy link
Member

Adds a number of ValueIndicator which indicate some numeric value, useful for BI dashboard:

  • Number
  • Dial
  • Gauge

@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Aug 14, 2020
@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #1528 into master will increase coverage by 0.06%.
The diff coverage is 93.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1528      +/-   ##
==========================================
+ Coverage   85.72%   85.79%   +0.06%     
==========================================
  Files         145      147       +2     
  Lines       15996    16997    +1001     
==========================================
+ Hits        13713    14582     +869     
- Misses       2283     2415     +132     
Impacted Files Coverage Δ
panel/tests/widgets/test_base.py 100.00% <ø> (ø)
panel/widgets/indicators.py 93.24% <91.95%> (-6.76%) ⬇️
panel/tests/test_docs.py 100.00% <100.00%> (ø)
panel/tests/widgets/test_indicators.py 100.00% <100.00%> (ø)
panel/widgets/__init__.py 100.00% <100.00%> (ø)
panel/widgets/misc.py 92.66% <100.00%> (-0.42%) ⬇️
panel/depends.py 50.00% <0.00%> (-13.64%) ⬇️
panel/widgets/button.py 82.79% <0.00%> (-2.92%) ⬇️
panel/compiler.py 3.77% <0.00%> (-0.88%) ⬇️
setup.py 0.00% <0.00%> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc06d05...d10bcba. Read the comment docs.

@philippjfr philippjfr merged commit 9d1611a into master Sep 3, 2020
@philippjfr philippjfr deleted the value_indicators branch September 3, 2020 21:06
philippjfr added a commit that referenced this pull request Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant