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

Sparkline

2 Answers 159 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 30 Nov 2011, 03:05 PM
Hi,

is it possible to style the line chart so it can be used as sparkline or is there a plan to include sparkline chart in upcoming releases?

Thanks,

Igor

2 Answers, 1 is accepted

Sort by
0
Accepted
T. Tsonev
Telerik team
answered on 02 Dec 2011, 04:44 PM
Hi Igor,

The Chart currently doesn't support rendering spark lines. We'll add an option to hide the axes for the next release as a temporary work-around.

Apologies for any caused inconvenience.

Regards,
Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
David Harris
Top achievements
Rank 1
answered on 20 Dec 2011, 09:33 PM
This may be frowned upon, but we needed similar functionality and found a way to hide the axis via css.

.burndown-wrap svg > path {
    display: none
}

This hides a few additional paths but we didn't want those to show either. Your mileage may vary.
Tags
Charts
Asked by
Igor
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
David Harris
Top achievements
Rank 1
Share this question
or