mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -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
|
||||
? "transparent"
|
||||
: 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