mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
minor cosmetic improvements to charts (#6919)
This commit is contained in:
parent
b1b27d9f7b
commit
7161304842
@ -60,7 +60,11 @@ export default Ember.Component.extend({
|
|||||||
backgroundColor: prevChartData.length
|
backgroundColor: prevChartData.length
|
||||||
? "transparent"
|
? "transparent"
|
||||||
: model.secondary_color,
|
: model.secondary_color,
|
||||||
borderColor: model.primary_color
|
borderColor: model.primary_color,
|
||||||
|
pointRadius: 3,
|
||||||
|
borderWidth: 1,
|
||||||
|
pointBackgroundColor: model.primary_color,
|
||||||
|
pointBorderColor: model.primary_color
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user