Define sparkline color variants
The sparkline-chart component was built to support different color variants for the *hover*-markpoints: ![Screen_Shot_2019-10-17_at_1.24.51_pm](/uploads/3a7d8deb7033335a23d348e7230b7187/Screen_Shot_2019-10-17_at_1.24.51_pm.png) For the first iteration, it was decided that the only color that was going to be added is `#000`. Going forward, we need to decide on what other colors should be supported, or if black is enough, to remove the variant-prop from the component. ### Relevant Issues / Discussions: * Sparkline Chart Issue: https://gitlab.com/gitlab-org/gitlab-ui/issues/366 * Discussion about the color variants: https://gitlab.com/gitlab-org/gitlab-ui/issues/366#note_228943572 * MR that adds the sparkline component: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/834
issue