i m new to grafana and dynamic text panel.
Trying to explore the dynamic text panel with simple hello world option.
Given my settings.
In Dynamic Text:
Content:
Click me
JavaScript code:
function myFunction() {
console.log(‘hello world’)
}
With this when i click “Click me” button. nothing happens.
What I am doing wrong?
@kaymatrix It may be related to the Sanitizing configuration
It is the code editor where you can place the parsing commands or, in other words, create a visualization template for your data. To reference the data elements in your template, use double and triple braces.
1 Like
If this is for million rows issue, it is not going to fix the underlying issue. Like it was mentioned in previous threads, the api needs to be dealt with 1st. That is where the real issue is.
1 Like