From f5113c31bdcb3d63211289c1f6b6f288a3e6c306 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 19 Apr 2017 13:30:19 +0530 Subject: [PATCH] Test fc 2 --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index dc31963..3efb2b9 100644 --- a/index.html +++ b/index.html @@ -28,31 +28,31 @@ "items": [{ "id": "jennifer-user-icon", "type": "image", - "url": "round-2.png", + "url": "http://static.fusioncharts.com/sampledata/images/round-1.png", "x": "$xaxis.label.0.x - 24", "y": "$xaxis.label.0.y - 48" }, { "id": "tom-user-icon", "type": "image", - "url": "round-2.png", + "url": "http://static.fusioncharts.com/sampledata/images/round-3.png", "x": "$xaxis.label.1.x - 24", "y": "$xaxis.label.1.y - 48" }, { "id": "Milton-user-icon", "type": "image", - "url": "round-2.png", + "url": "http://static.fusioncharts.com/sampledata/images/round-4.png", "x": "$xaxis.label.2.x - 24", "y": "$xaxis.label.2.y - 48" }, { "id": "Brian-user-icon", "type": "image", - "url": "round-2.png", + "url": "http://static.fusioncharts.com/sampledata/images/round-5.png", "x": "$xaxis.label.3.x - 24", "y": "$xaxis.label.3.y - 48" }, { "id": "Lynda-user-icon", "type": "image", - "url": "round-2.png", + "url": "http://static.fusioncharts.com/sampledata/images/round-2.png", "x": "$xaxis.label.4.x - 24", "y": "$xaxis.label.4.y - 48" }]