You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/htmlchart/chart-types/sparkline-chart.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,50 @@ Protected Function GetData() As DataTable
251
251
EndFunction
252
252
````
253
253
254
+
>tip Sparkline charts are intended to be small inline elements. If you need a [responsive chart](http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/responsive-chart/defaultcs.aspx), you can hide some of the elements of the `Default` layout. See **Example 2**.
255
+
256
+
>caption Example 3: Responsive chart that looks like a sparkline chart
0 commit comments