byashimov / django-controlcenter

Set of widgets to build dashboards for Django projects
BSD 3-Clause "New" or "Revised" License
989 stars 85 forks source link

Fix series data order for LineChart example #59

Closed virtosubogdan closed 2 years ago

virtosubogdan commented 4 years ago

It's only a minor change in the example, but it took me a while to understand what I was doing wrong. Hopefully it will help other that get started with this example.

Thank you for this package! It was very useful

codecov-commenter commented 4 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   97.46%   97.46%           
=======================================
  Files           9        9           
  Lines         394      394           
=======================================
  Hits          384      384           
  Misses         10       10           

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 c5ce6ef...273131d. Read the comment docs.

byashimov commented 2 years ago

Thank you for your help!