aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-03 10:32:12 -0500
committerbobzel <zzzman@gmail.com>2021-03-03 10:32:12 -0500
commita6e5fdd00fa4f8adcc67d709e95391d3ccaaaf52 (patch)
tree1827d029a156bf817136636125fc89d3bd6837d7 /src/client/documents/DocumentTypes.ts
parent1b481cd441cc8bb200906b246b43e4bc5dc53b4e (diff)
added functionPlot. trying to make fitWidth make sense everywhere (lightbox, stacking panels with autosize columns, etc).
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index 20dbc6f25..58b120e7d 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -21,7 +21,8 @@ export enum DocumentType {
PDFANNO = "pdfanno", // pdf text selection (could be just a collection?)
DATE = "date", // calendar view of a date
SCRIPTING = "script", // script editor
- EQUATION = "equation", // equation edtior
+ EQUATION = "equation", // equation editor
+ FUNCPLOT = "funcplot", // function plotter
// special purpose wrappers that either take no data or are compositions of lower level types
LINK = "link", // link (view of a document that acts as a link)