Skip to content

Commit cc530e4

Browse files
committed
Fix chart image.
1 parent 1a2ffb0 commit cc530e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HTMLSamples/data-chart/edit-chart-items-with-knockout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.legend-container { width: 300px; margin-top: 10px; }
3737
.legend-container .title { font-weight: bold; font-size: 14px; margin-bottom: 10px; }
3838
.legend-container .legend { float: left; width: 48px; height: 48px; margin: 2px 5px 5px 0; padding: 0;
39-
background-image: url(../../../../images/data-chart/music-controls-sprite.png); background-repeat: no-repeat;
39+
background-image: url(https://igniteui.github.io/help-samples/images/data-chart/music-controls-sprite.png); background-repeat: no-repeat;
4040
border: 1px solid #535353; zoom: 50%; }
4141
.legend-container .add { background-position: -337px 0px; }
4242
.legend-container .delete { background-position: -384px 0px; }
@@ -63,7 +63,7 @@
6363
.btn-container .btn-add-end:hover { background-position: -336px -50px; }
6464
.legend-container .btn-pause { background-position: -96px 0px; opacity: 0.5 }
6565
.legend-container button { float: left; width: 48px; height: 48px; margin: 2px 5px 5px 0; padding: 0; border: none; cursor: pointer; padding: 0;
66-
background-image: url(../../../../images/data-chart/music-controls-sprite.png); background-repeat: no-repeat;
66+
background-image: url(https://igniteui.github.io/help-samples/images/data-chart/music-controls-sprite.png); background-repeat: no-repeat;
6767
border: 1px solid #535353; zoom: 50% }
6868
.legend-container span { font-size: 12px; }
6969
#barColumnChart { margin-top: 20px; }

0 commit comments

Comments
 (0)