Skip to content

Commit 56fbc68

Browse files
committed
Updating dataSource url to HTTPS
#22
1 parent 5e8d359 commit 56fbc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTMLSamples/sparkline/bind-to-remote-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$(function () {
3636

3737
$("#sparkline").igSparkline({
38-
dataSource: "http://igniteui.com/api/invoices?callback=?",
38+
dataSource: "https://igniteui.com/api/invoices?callback=?",
3939
responseDataKey: "d.results",
4040
height: "100px",
4141
width: "100%",

0 commit comments

Comments
 (0)