minor cosmetic improvements to charts (#6919)

This commit is contained in:
Joffrey JAFFEUX 2019-01-22 10:22:41 +01:00 committed by GitHub
parent b1b27d9f7b
commit 7161304842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
]
};