make the legend movable

The legend ("key" in Gnuplot speak) is no longer part of the image.
Instead it is a floating&movable overlay.

In the gallery we still use the legend/key in the image.
This commit is contained in:
2023-09-30 17:12:49 +02:00
parent f8a199fd6a
commit 43e13b53b1
12 changed files with 138 additions and 62 deletions

View File

@@ -239,7 +239,7 @@ export class RenderOptions {
constructor(
public height: number,
public width: number,
public keyOutside: boolean,
public showKey: boolean,
public renderLabels: boolean) {}
}