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:
@@ -239,7 +239,7 @@ export class RenderOptions {
|
||||
constructor(
|
||||
public height: number,
|
||||
public width: number,
|
||||
public keyOutside: boolean,
|
||||
public showKey: boolean,
|
||||
public renderLabels: boolean) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user