This is a migrated thread and some comments may be shown as answers.

Use gradients or images instead of colors in charts

1 Answer 49 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Dustin
Top achievements
Rank 1
Dustin asked on 02 Oct 2013, 08:51 PM
I'm looking for a way to use a gradient or a image instead of a color for the background of a bullet chart.  Something like the attached image.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 03 Oct 2013, 05:57 AM
Hi Dustin,

I am afraid the illustrated outcome is not supported by Kendo UI Chart, however you could try the built-in "glass" gradient:

$("#chart-mmHg").kendoChart({
  //....
  series: [{
    //....
    overlay: {
        gradient: "glass"
    }
  }]
});
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Dustin
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or