Skip to content

Commit a405ae3

Browse files
committed
Fix #719
1 parent 1e672c6 commit a405ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppetboard/templates/fact.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if (otherdata.length > 0) {
1818
realdata.push(["other", otherdata.reduce(function(a,b){return a + b[1];},0)]);
1919
}
20-
c3.generate({
20+
bb.generate({
2121
bindto: '#factChart',
2222
data: {
2323
columns: realdata,

0 commit comments

Comments
 (0)