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

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