mirror of
https://github.com/chartdb/chartdb.git
synced 2026-01-06 20:00:03 -06:00
change default scale to be 2x
This commit is contained in:
committed by
Guy Ben-Aharon
parent
cba83249c0
commit
a22494f6f3
@@ -21,7 +21,7 @@ export interface ExportImageDialogProps extends BaseDialogProps {
|
||||
format: ImageType;
|
||||
}
|
||||
|
||||
const DEFAULT_SCALE = '1';
|
||||
const DEFAULT_SCALE = '2';
|
||||
export const ExportImageDialog: React.FC<ExportImageDialogProps> = ({
|
||||
dialog,
|
||||
format,
|
||||
|
||||
Reference in New Issue
Block a user