We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e672c6 commit a405ae3Copy full SHA for a405ae3
puppetboard/templates/fact.html
@@ -17,7 +17,7 @@
17
if (otherdata.length > 0) {
18
realdata.push(["other", otherdata.reduce(function(a,b){return a + b[1];},0)]);
19
}
20
- c3.generate({
+ bb.generate({
21
bindto: '#factChart',
22
data: {
23
columns: realdata,
0 commit comments