`;
}
mixed_bar_section.append($(bar));
}
} else {
new jingrow.Chart(chart_section.get(0), {
data: this.df.data,
type: this.df.type, // or 'bar', 'line', 'scatter', 'pie', 'percentage'
height: 250,
colors: this.df.colors,
});
}
} else {
chart_section.append(`
`);
}
}
}