mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: fixing code example that breaks the formatting of the auto generated docs. (#32465)
This commit is contained in:
parent
d8ddcfe64d
commit
678dcf6811
@ -4,6 +4,7 @@ import { DataFrame } from '../types/dataFrame';
|
||||
* Returns true if both frames have the same list of fields and configs.
|
||||
* Field may have diferent names, labels and values but share the same structure
|
||||
*
|
||||
* @example
|
||||
* To compare multiple frames use:
|
||||
* ```
|
||||
* compareArrayValues(a, b, framesHaveSameStructure);
|
||||
|
Loading…
Reference in New Issue
Block a user