mwouts / easyplotly

Hopefully makes it easier to produce complex plots with Plotly
MIT License
6 stars 0 forks source link

Fix Sunburst and Treemap charts when using plain dicts or series #5

Closed mwouts closed 4 years ago

mwouts commented 4 years ago

Sunburst and Treemap charts also work with dictionaries and pandas Series with a one-dimensional index (#4)

codecov-io commented 4 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   96.19%   96.26%   +0.07%     
==========================================
  Files          10       10              
  Lines         210      214       +4     
==========================================
+ Hits          202      206       +4     
  Misses          8        8
Impacted Files Coverage Δ
tests/test_sunburst.py 100% <100%> (ø) :arrow_up:
easyplotly/internals.py 96.42% <100%> (ø) :arrow_up:

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 8e0c40f...687645c. Read the comment docs.