Skip to content

Commit 767fbc5

Browse files
authored
Merge pull request #35 from IvayloG/IGanchev/igSparkline-remote-data-source-https
Updating dataSource url to HTTPS
2 parents 5e8d359 + 56fbc68 commit 767fbc5

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)