You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'#withAnnotations':
d.func.new(
|||
`withAnnotations` adds an array of annotations to a dashboard.
This function appends passed data to existing values
|||,
args=[d.arg('value', d.T.array)]
),
Until v0.20.0, go-jsonnet windows x86-64 does not support blank line within |||. e.g.
annotation.libsonnet
will result in Text block not terminated with |||
This makes it imcompatible with grafonnet.
It seems this problem has been raised long time ago, but it seems still a problem on windows.
Allow empty lines in multi-line blocks
The text was updated successfully, but these errors were encountered: