UX: switch back to line chart
This commit is contained in:
parent
5bf116e719
commit
a2c561bbde
|
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
||||||
};
|
};
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
data: data,
|
data: data,
|
||||||
options: {
|
options: {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
|
Loading…
Reference in New Issue