chore: Cleanup unused labels (#2682)

This commit is contained in:
Lipis 2020-12-27 18:51:47 +02:00 committed by GitHub
parent 022f349dc6
commit 6f82a88b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 11 deletions

View file

@ -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;