Skip to content

Commit 7fd5f90

Browse files
authored
Revert "Add annotation data with lazy loading (#634)" (#637)
This reverts commit 91844d3.
1 parent 0c82f08 commit 7fd5f90

18 files changed

+88
-14210
lines changed

apps/plotly_examples/src/components/DeclarativeChart.tsx

Lines changed: 85 additions & 256 deletions
Large diffs are not rendered by default.

apps/plotly_examples/src/components/aggregated_chart_types.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -989,19 +989,5 @@
989989
"988": "Line",
990990
"989": "Line",
991991
"990": "Line",
992-
"991": "Line",
993-
"992": "VerticalBar",
994-
"993": "VerticalBar",
995-
"994": "VerticalBar",
996-
"995": "VerticalBar",
997-
"996": "VerticalBar",
998-
"997": "VerticalBar",
999-
"998": "VerticalBar",
1000-
"999": "VerticalBar",
1001-
"1000": "VerticalBar",
1002-
"1001": "Annotation",
1003-
"1002": "Annotation",
1004-
"1003": "Annotation",
1005-
"1004": "Annotation",
1006-
"1005": "Annotation"
992+
"991": "Line"
1007993
}

apps/plotly_examples/src/components/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function getSelection(key: string, defaultValue: string): string {
1212
}
1313

1414
export const SCHEMA_KEY = 'Schema';
15-
export const SCHEMA_KEY_DEFAULT = '0001'
15+
export const SCHEMA_KEY_DEFAULT = '001'
1616

1717
export function symbolWithMargin(symbolFn: (size: number) => string, size: number, margin = 1) {
1818
const adjustedSize = Math.max(0, size - 2 * margin);

0 commit comments

Comments
 (0)