Skip to content

Commit 9771daa

Browse files
responsive chart heading
1 parent 7f01982 commit 9771daa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: chart/responsive-chart/readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Responsive Chart
2+
13
This example shows how to make the Telerik Chart component respond to a change in the browser size and re-render with the new dimensions.
24

35
The key points are:
@@ -6,4 +8,4 @@ The key points are:
68
* Other useful information is denoted with comments in the code.
79
* In this example, a static class is used to dispatch an "event" that comes from the JS Interop (it's perhaps the easiest way to call a C# method from JS).
810
* In your actual project you would need to change the JS Interop file to match your namespace.
9-
* You can use a similar approach to reach to changes in dimensions coming from other sources, not just JS Interop and browser events.
11+
* You can use a similar approach to reach to changes in dimensions coming from other sources, not just JS Interop and browser events.

0 commit comments

Comments
 (0)