mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-07-05 05:22:35 +00:00
add legend in line/bar/area graphs
This commit is contained in:
4
src/types/dashboard.d.ts
vendored
4
src/types/dashboard.d.ts
vendored
@@ -95,7 +95,7 @@ export type GraphConfig =
|
||||
export interface BarConfig {
|
||||
type?: string;
|
||||
showBackground?: boolean;
|
||||
LegendOptions?: LegendOptions;
|
||||
legend?: LegendOptions;
|
||||
}
|
||||
export interface LineConfig extends AreaConfig {
|
||||
type?: string;
|
||||
@@ -111,7 +111,7 @@ export interface LineConfig extends AreaConfig {
|
||||
export interface AreaConfig {
|
||||
type?: string;
|
||||
opacity?: number;
|
||||
LegendOptions?: LegendOptions;
|
||||
legend?: LegendOptions;
|
||||
}
|
||||
|
||||
export interface CardConfig {
|
||||
|
||||
Reference in New Issue
Block a user