Docs: fixing code example that breaks the formatting of the auto generated docs. (#32465)
This commit is contained in:
@@ -4,6 +4,7 @@ import { DataFrame } from '../types/dataFrame';
|
|||||||
* Returns true if both frames have the same list of fields and configs.
|
* 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
|
* Field may have diferent names, labels and values but share the same structure
|
||||||
*
|
*
|
||||||
|
* @example
|
||||||
* To compare multiple frames use:
|
* To compare multiple frames use:
|
||||||
* ```
|
* ```
|
||||||
* compareArrayValues(a, b, framesHaveSameStructure);
|
* compareArrayValues(a, b, framesHaveSameStructure);
|
||||||
|
|||||||
Reference in New Issue
Block a user