mirror of
https://github.com/bendtherules/line_chart_demo.git
synced 2026-08-18 13:52:30 +00:00
New images
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
+6
-6
@@ -28,31 +28,31 @@
|
|||||||
"items": [{
|
"items": [{
|
||||||
"id": "jennifer-user-icon",
|
"id": "jennifer-user-icon",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"url": "http://static.fusioncharts.com/sampledata/images/round-1.png",
|
"url": "images/round-2.png",
|
||||||
"x": "$xaxis.label.0.x - 24",
|
"x": "$xaxis.label.0.x - 24",
|
||||||
"y": "$xaxis.label.0.y - 48"
|
"y": "$xaxis.label.0.y - 48"
|
||||||
}, {
|
}, {
|
||||||
"id": "tom-user-icon",
|
"id": "tom-user-icon",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"url": "http://static.fusioncharts.com/sampledata/images/round-3.png",
|
"url": "images/round-2.png",
|
||||||
"x": "$xaxis.label.1.x - 24",
|
"x": "$xaxis.label.1.x - 24",
|
||||||
"y": "$xaxis.label.1.y - 48"
|
"y": "$xaxis.label.1.y - 48"
|
||||||
}, {
|
}, {
|
||||||
"id": "Milton-user-icon",
|
"id": "Milton-user-icon",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"url": "http://static.fusioncharts.com/sampledata/images/round-4.png",
|
"url": "images/round-2.png",
|
||||||
"x": "$xaxis.label.2.x - 24",
|
"x": "$xaxis.label.2.x - 24",
|
||||||
"y": "$xaxis.label.2.y - 48"
|
"y": "$xaxis.label.2.y - 48"
|
||||||
}, {
|
}, {
|
||||||
"id": "Brian-user-icon",
|
"id": "Brian-user-icon",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"url": "http://static.fusioncharts.com/sampledata/images/round-5.png",
|
"url": "images/round-2.png",
|
||||||
"x": "$xaxis.label.3.x - 24",
|
"x": "$xaxis.label.3.x - 24",
|
||||||
"y": "$xaxis.label.3.y - 48"
|
"y": "$xaxis.label.3.y - 48"
|
||||||
}, {
|
}, {
|
||||||
"id": "Lynda-user-icon",
|
"id": "Lynda-user-icon",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"url": "http://static.fusioncharts.com/sampledata/images/round-2.png",
|
"url": "images/round-2.png",
|
||||||
"x": "$xaxis.label.4.x - 24",
|
"x": "$xaxis.label.4.x - 24",
|
||||||
"y": "$xaxis.label.4.y - 48"
|
"y": "$xaxis.label.4.y - 48"
|
||||||
}]
|
}]
|
||||||
@@ -84,4 +84,4 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="chart-container">FusionCharts XT will load here!</div>
|
<div id="chart-container">FusionCharts XT will load here!</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user