I'm trying to use a sparkline pie chart, and it's not obeying the height restrictions imposed upon it. It renders at the correct width, but not the correct height. I considered other styles causing a conflict, but I've declared the CSS inline, which should beat out any styles specified elsewhere.
What am I missing?
Attached is the rendered html. As you can see, the inner span is set to a width of 100px instead of the 20px it should have.
What am I missing?
<div kendo-sparkline style="width: 20px; line-height: 20px; display: inline-block; height: 20px;" k-series="[{ type: 'pie', data: [8,16], }]"></div>Attached is the rendered html. As you can see, the inner span is set to a width of 100px instead of the 20px it should have.