Skip to content

Commit

Permalink
Fixed element fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Mar 24, 2020
1 parent 13f7e45 commit f617f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const testElements = [
name: 'image',
displayName: 'Image',
help: 'A static image',
tags: ['graphic'],
type: 'chart',
image: elasticLogo,
expression: `image dataurl=null mode="contain"
| render`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const testElements = [
name: 'image',
displayName: 'Image',
help: 'A static image',
tags: ['graphic'],
type: 'chart',
image: elasticLogo,
expression: `image dataurl=null mode="contain"
| render`,
Expand Down

0 comments on commit f617f55

Please sign in to comment.