Skip to content

Instantly share code, notes, and snippets.

@VhMuzini
Created July 19, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VhMuzini/55f5b5be119cb61d08f2d64dc1c7eaaf to your computer and use it in GitHub Desktop.
Save VhMuzini/55f5b5be119cb61d08f2d64dc1c7eaaf to your computer and use it in GitHub Desktop.
Ng2-chart Bar Configuration
//Need to pass array of colors for each data to avoid grey
chartColors = [
{
backgroundColor: ['#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff'],
hoverBackgroundColor: ['#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff'],
borderColor: ['#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff', '#007bff', '#007bff',
'#007bff', '#007bff', '#007bff']
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment