allegro/tipboard

advanced_plot fails if MeterGaugeRenderer is used

Open

#22 opened on May 21, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (167 forks)batch import
bughacktoberfest

Repository metrics

Stars
 (1,096 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

pointLabels conflicts (?) with MeterGauge - it doesn't contain "_xaxis" and throws an exception: "this[ax]._ticks[0] is undefined" around line 283 in jqplot.pointLabels.js Simply commenting out js from list in settings.py "repairs" MeterGauge, but probably break some other renderers.

Contributor guide