You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a hopefull help note to save people the hours I spent trying to figure this out. Fresh install of the skin today, I've used it in the past. All went smoothly except the charts had no information on them. I noticed, accidentally, that the points where there, but no lines or whatever joining them. After going through a ton of changing 'c' to 'C' posts which made no difference I hit on one that suggested ensuring I had enabled connectNulls in plotOptions as follows:
plotOptions: {
series: {
connectNulls: true
},
I added it to
skins/Belchertown/js/belchertown.js.tmpl
around line 2162 or so, ran a report and it was like the lights coming on :). Everything now works.
Could be an anomaly with my database data but either way, this is where I ended up after searching for a solution for far too long :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is more of a hopefull help note to save people the hours I spent trying to figure this out. Fresh install of the skin today, I've used it in the past. All went smoothly except the charts had no information on them. I noticed, accidentally, that the points where there, but no lines or whatever joining them. After going through a ton of changing 'c' to 'C' posts which made no difference I hit on one that suggested ensuring I had enabled connectNulls in plotOptions as follows:
plotOptions: {
series: {
connectNulls: true
},
I added it to
skins/Belchertown/js/belchertown.js.tmpl
around line 2162 or so, ran a report and it was like the lights coming on :). Everything now works.
Could be an anomaly with my database data but either way, this is where I ended up after searching for a solution for far too long :)
Hope this helps.
ig.
Beta Was this translation helpful? Give feedback.
All reactions