• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

matthisk / django-jchart / 52 / 4
40%
master: 40%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2017 01:40PM UTC
Files 8
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Sep 2017 01:37PM UTC coverage: 95.354%. Remained the same
DJANGO="django==1.7.11"

Pull #13

travis-ci

web-flow
Move the sizing to method recommended by chart.js

Add a chart-container wrapper div and move the sizing styling to be
applied to this as recommended by the chart.js docs

http://www.chartjs.org/docs/latest/general/responsive.html#important-note

This means you can also set a height for the charts by adding css rules
that apply to the chart container combined by setting
'maintainAspectRatio' to False

For example:
Adding options = {'maintainAspectRatio': False} to your Chart subclass
and adding the below css rule.
.chart-container {
    height: 300px;
}
Pull Request #13: Move the sizing to method recommended by chart.js

431 of 452 relevant lines covered (95.35%)

0.95 hits per line

Source Files on job 52.4 (DJANGO="django==1.7.11")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 52
  • Travis Job 52.4
  • 1323c0a4 on github
  • Prev Job for DJANGO="django==1.7.11" on master (#51.10)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc