diff --git a/src/component/options.ts b/src/component/options.ts index 02b26465d1..923b0b126e 100644 --- a/src/component/options.ts +++ b/src/component/options.ts @@ -65,7 +65,7 @@ export interface FitOptions { export enum FitType { /** No fit, use dimensions and coordinates from the BPMN diagram. */ None, - /** Fit the whole viewport. */ + /** Fit the whole html container available to render the BPMN diagram. */ HorizontalVertical, /** Fit only horizontally. */ Horizontal, diff --git a/src/index.html b/src/index.html index 9cb0bdbc51..e3deedd059 100644 --- a/src/index.html +++ b/src/index.html @@ -38,7 +38,7 @@

Options

-
+
diff --git a/src/lib-integration.html b/src/lib-integration.html index ee97002e30..6f7ab1a8a6 100644 --- a/src/lib-integration.html +++ b/src/lib-integration.html @@ -6,7 +6,7 @@ -
+
diff --git a/src/non-regression.html b/src/non-regression.html index b54272a786..2910aa03a8 100644 --- a/src/non-regression.html +++ b/src/non-regression.html @@ -5,7 +5,7 @@ BPMN Visualization Non Regression