Custom Visualization

I am trying to create custom visualization in looker. It is giving me error “no identifier should be given for "visualization” “. I am not able to understand the issue. Kindly help me to solve this issue.

c758d474-aa07-48b2-a222-113758228db4.png
badf37bb-7997-4632-a75c-d2f897317c98.png
0 1 519
1 REPLY 1

You need to remove the name after "visualisation" to have something like this : 
visualization: {
id: "your_id"
label: "your label"
url: "your url"
}

Top Labels in this Space