blob: 6a653d8c231a0ca6b70f8de0f92930d95cd36b74 [file] [log] [blame]
// Properties that will not be expanded by default.
// To reduce the display of unnecessary info.
export const PROPERTIES_NOT_EXPAND = [
'data',
'markPoint',
'markLine',
'markArea',
'tooltip'
];