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

docs: use dynamic axes to scale y-axes #48

Closed atraining closed 5 years ago

atraining commented 5 years ago

I just fixed the documentation to use only integer values on the y-axes, as the proposed solution in the documentation did not work for me.

See https://github.com/gionkunz/chartist-js/issues/423.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #48   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines         396    396           
=====================================
  Hits          396    396

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 ed01c90...20eb032. Read the comment docs.

byashimov commented 5 years ago

Yes, it doesn't work for a while. Could you put same option for axisX? Thanks.

atraining commented 5 years ago

Just updated it 👍