mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
The demo code need the asset to be wrapped in "' and asset- to be appended onto the id. Co-authored-by: Zachary E Baxter <zachary.baxter@elastic.co> Co-authored-by: Zachary E Baxter <zachary.baxter@elastic.co>
This commit is contained in:
parent
9a0e6fbc4a
commit
36c8d6b605
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ Since all of the sub-expressions are now resolved into actual values, the <<imag
|
|||
demodata
|
||||
| image dataurl={
|
||||
if condition={getCell price | gte 100}
|
||||
then={asset 3cb3ec3a-84d7-48fa-8709-274ad5cc9e0b}
|
||||
else={asset cbc11a1f-8f25-4163-94b4-2c3a060192e7}
|
||||
then={asset "asset-3cb3ec3a-84d7-48fa-8709-274ad5cc9e0b"}
|
||||
else={asset "asset-cbc11a1f-8f25-4163-94b4-2c3a060192e7"}
|
||||
}
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue