Skip to content

Commit

Permalink
sample update: bar-with-image (image src as str)
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Aug 29, 2024
1 parent e42c096 commit 19c6275
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/react/bar/bar-with-images.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
type: 'image',
opacity: 0.87,
image: {
src: ['../../assets/images/4274635880_809a4b9d0d_z.jpg'],
src: '../../assets/images/4274635880_809a4b9d0d_z.jpg',
width: 466,
height: 406
}
Expand Down
2 changes: 1 addition & 1 deletion samples/source/bar/bar-with-images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fill: {
type: 'image',
opacity: 0.87,
image: {
src: ['../../assets/images/4274635880_809a4b9d0d_z.jpg'],
src: '../../assets/images/4274635880_809a4b9d0d_z.jpg',
width: 466,
height: 406
}
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-js/bar/bar-with-images.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
type: 'image',
opacity: 0.87,
image: {
src: ['../../assets/images/4274635880_809a4b9d0d_z.jpg'],
src: '../../assets/images/4274635880_809a4b9d0d_z.jpg',
width: 466,
height: 406
}
Expand Down
2 changes: 1 addition & 1 deletion samples/vue/bar/bar-with-images.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
type: 'image',
opacity: 0.87,
image: {
src: ['../../assets/images/4274635880_809a4b9d0d_z.jpg'],
src: '../../assets/images/4274635880_809a4b9d0d_z.jpg',
width: 466,
height: 406
}
Expand Down

0 comments on commit 19c6275

Please sign in to comment.