8000 Removing Theme code related · plotly/angular-plotly.js@e5211dc · GitHub
[go: up one dir, main page]

Skip to content

Commit e5211dc

Browse files
committed
Removing Theme code related
1 parent 07781ee commit e5211dc

13 files changed

+0
-96
lines changed

projects/plotly/src/lib/plotly.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
} from '@angular/core';
2121

2222
import { PlotlyService } from './plotly.service';
23-
import { PlotlyThemeLoaderService, PlotlyTheme } from './plotly.theme-loader.service';
2423
import { Plotly } from './plotly.interface';
2524

2625
// @dynamic
@@ -47,7 +46,6 @@ export class PlotlyComponent implements OnInit, OnChanges, OnDestroy, DoCheck {
4746
config = input<Partial<Plotly.Config>>();
4847
frames = input<Partial<Plotly.Config>[]>();
4948
style = input<{ [key: string]: string }>();
50-
theme = input<PlotlyTheme>('none');
5149

5250
divId = input<string>();
5351
revision = input(0);
@@ -116,7 +114,6 @@ export class PlotlyComponent implements OnInit, OnChanges, OnDestroy, DoCheck {
116114

117115
constructor(
118116
public plotly: PlotlyService,
119-
public themeLoader: PlotlyThemeLoaderService,
120117
public iterableDiffers: IterableDiffers,
121118
public keyValueDiffers: KeyValueDiffers,
122119
) { }

projects/plotly/src/lib/plotly.theme-loader.service.spec.ts

Lines changed: 0 additions & 61 deletions
This file was deleted.

projects/plotly/src/lib/plotly.theme-loader.service.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

projects/plotly/src/lib/themes/ggplot2.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/plotly/src/lib/themes/gridon.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/plotly/src/lib/themes/plotly.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/plotly/src/lib/themes/plotly_dark.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/plotly/src/lib/themes/plotly_white.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/plotly/src/lib/themes/presentation.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/plotly/src/lib/themes/seaborn.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
0