mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Cleanup unused labels (#2682)
This commit is contained in:
parent
022f349dc6
commit
6f82a88b79
3 changed files with 4 additions and 11 deletions
|
@ -12,11 +12,6 @@ const BAR_GAP = 12;
|
|||
const BAR_HEIGHT = 256;
|
||||
const GRID_OPACITY = 50;
|
||||
|
||||
export const CHART_LABELS = {
|
||||
bar: "labels.chartTypeBar",
|
||||
line: "labels.chartTypeLine",
|
||||
};
|
||||
|
||||
export interface Spreadsheet {
|
||||
title: string | null;
|
||||
labels: string[] | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue